My basic template for getting started with Gridsome.
(changed starter-default as a base.)
Gridsome version v0.7.x
You should have basic knowledge about HTML, CSS, Vue.js and how to use the Terminal. Knowing how GraphQL works is a plus, but not required. Gridsome is a great way to learn it.
reference by Introduction - Gridsome
$ npm i -g @gridsome/cli
OR
$ yarn global add @gridsome/cli
gridsome create {my_project_name} cixocs/gridsome-basic-template
cd {my_project_name}
yarn dev
start local development server tohttp://localhost:3000
yarn build
generate files indist/
folder- Happy coding 🎉🙌
-
pug, stylus は使えるようにしてます。
-
ress (modern reset css) でブラウザ CSS をリセットさせてます。
(お気に召さなかったら、別のものを入れてください) -
prettier, eslint もある程度設定しているので、お好きに変更してください。
VSCode使用する前提で.vscode
も置いてあります。VSCodeプラグインをインストールして適用する必要があります!
extensions.json 置いてあるので VSCode 上でアテンション出ると思います