Vue-Exp,基于Vue.js2.0搭建的PC端演示框架。
测试账号:
用户名:admin密码:admin
构建步骤:
# install dependenciesnpm install# serve with hot reload at localhost:8080npm run dev# build for production with minificationnpm run build# run unit testsnpm run unit# run all testsnpm test#run json-server for mock datanpm run mock#run ESLintnpm run lint
评论