Create responsive nested layouts with <g-row> and <g-col> Vue components.
npm install vue-g-row-colGet the source code
``bash`
git clone https://github.com/firepick/vue-g-row-col.git
cd vue-g-row-col
npm install
npm run dev
Launch browser http://localhost:4000/
Install new package dependency:
`bash`
npm install --save vue-g-row-col
Import the grid Vue component:
`js`
const grid = require("vue-g-row-col");
Declare your new grid componets:
`js `
components: Object.assign({
// your other components
}, grid),
Now you can use and !

`HTML`

`HTML``