Skip to content

gusln/vue-app

Repository files navigation

Vue Demo

Vue Demo

git clone https://github.com/gusln/vue-app.git -b develop

环境配置

# 安装依赖包
npm install

# 调试环境
npm run dev 监听端口8090

# 生成测试环境目标文件
npm run build-test

# 生成生产环境目标文件
npm run build-prod

# 单元测试环境
npm run unit

# run e2e tests
npm run e2e

# run eslint
npm run lint

# run all tests
npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published