tools-rollcall-web

Project setup

vue create tools-rollcall-web
cd tools-rollcall-web
vue add vuestic-ui

npm install sass-loader node-sass --save
npm install axios -S
npm install qs -S

npm install

vue ui
安裝 vuex和router

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.