This template is more out of date from Developer Bacon than I would like, so I will be updating this template soon.
developerbacon.ca
├── src
│ ├── articles
│ ├── assets
│ │ ├── fonts
│ │ ├── images
│ │ ├── scripts
│ │ │ └── main.js
│ │ └── styles
│ │ ├── mixins
│ │ └── main.scss
│ ├── components
│ ├── layouts
│ ├── pages
│ ├── templates
│ ├── favicon.png
│ ├── App.vue
│ ├── index.html
│ └── main.js
├── .editorconfig
├── .gitattributes
├── .gitignore
├── gridsome.config.js
├── gridsome.server.js
├── package.json
└── README.md
To start development for this template you will need NPM which comes from Node.js and run the following commands.
npm install
npm run start
If you have Yarn installed you can use the following commands.
yarn
yarn start
For info on setting up the components like the contact page and comments can be found in README files in the same directory/folder as the component.
To find out more about how gridsome works and everthing that you need to know about Gridsome, go to their official website