Skip to content

Latest commit

 

History

History
78 lines (63 loc) · 1.41 KB

File metadata and controls

78 lines (63 loc) · 1.41 KB

Material UI

AIzaSyDj1ElYCXSixoOzBSSbRNL4pavQI7g3pTE

Plan and features

  • 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

Introduction

Project Structure

├── 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

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

Reference