camera_mobile
Project setup
npm install
// 若有报错可以改用下述操作
// npm install -g cnpm --registry=https://registry.npmmirror.com
// cnpm install
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.