Nuxt.js starter kit
- If you don't think need something, probably it deleting is good choice
- google-tag-manager
- Please setup
module
property innuxt.config.js
.
- Please setup
- pwa
- Please setup
manifest
property innuxt.config.js
.
- Please setup
- sitemap
- Please setup
sitemap
property innuxt.config.js
.
- Please setup
- atomic design folder tree
- But I don't think it's best. But prepared only folders.
- Eric Meyer’s CSS Reset
- I like.
- prepared emmet like helpers
- I created this. And, it's my first attempt.
- using gridlex grid system
- I like. (But use first time)
- color design inspired bootstrap/bulma
- Good
- Include some utility classes and mixins
- But I think probably current utilities is not enough
- Include eslint/standard
- Include airbnb-base
- Include plugin:vue/recommended
- And custom
- Include stylelint-order
- And custom
- It forces the lint before committing
-
Install dependencies
yarn
-
Serve with hot reload at localhost:3000 and run storybook localhost:9001
npm run dev
-
Build for production and launch server
npm run build
npm start
-
Generate static project
npm run generate