npm install // 若有报错可以改用下述操作 // npm install -g cnpm --registry=https://registry.npmmirror.com // cnpm install
npm run serve
npm run build
npm run lint
See Configuration Reference.