Nuxt PWA GraphQL boilerplate
kumar-harsh.graphql-for-vscode
EXTdbaeumer.vscode-eslint
EXTprisma.vscode-graphql
EXTmrmlnc.vscode-scss
EXToctref.vetur
EXT
DEFAULT_ENDPOINT
('' by default) GraphQL endpoint urlSENTRY_DSN
(undefined by default) Sentry DSN
By default commits messages must be prefixed by one of these keyword
[ADD]
[FIX] or [FIX #1]
[TEST]
[MERGE]
[UPDATE]
[REMOVE] or [DELETE]
[FEATURE]
Style can be configured via main.scss variables.
Commit linting can be changed in .linter/commit.py.
# install dependencies
$ npm install
# serve with hot reload at 0.0.0.0:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.