AIzaSyDj1ElYCXSixoOzBSSbRNL4pavQI7g3pTE
- will create a new template by vue-cli 3.x
- will remove some useless code because of the vuetify framework updates
- may add vue-nuxt support
- may add vuex support and sample code
- will refactor the whole code
├── build
├── config (Webpack)
├── src
│ ├── api
│ ├── components
│ ├── mixins
│ ├── views (or views)
│ ├── router
│ ├── utils
│ ├── theme
│ │ ├── default.styl
│ └── App.vue
│ └── event.js
│ └── main.js
├── dist
├── release
├── static (or asset)
├── mock (or script to build mock data)
├── node_modules
├── test
├── README.md
├── package.json
├── index.html
└── .gitignore
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint