yangyang 86c6267dd3 初始化代码 | hace 1 mes | |
---|---|---|
.. | ||
build | hace 1 mes | |
public | hace 1 mes | |
src | hace 1 mes | |
.editorconfig | hace 1 mes | |
.env.dev | hace 1 mes | |
.env.development | hace 1 mes | |
.env.pre | hace 1 mes | |
.env.production | hace 1 mes | |
.env.staging | hace 1 mes | |
.env.test | hace 1 mes | |
.eslintignore | hace 1 mes | |
.eslintrc.js | hace 1 mes | |
.gitignore | hace 1 mes | |
README.md | hace 1 mes | |
TODO.md | hace 1 mes | |
babel.config.js | hace 1 mes | |
note.md | hace 1 mes | |
package-lock.json | hace 1 mes | |
package.json | hace 1 mes | |
test.js | hace 1 mes | |
test.json | hace 1 mes | |
vue.config.js | hace 1 mes |
# 克隆项目
git clone https://gitee.com/vctgo/vctgo-platform
#跳转目录
cd vctgo-ui
# 安装依赖
npm install
# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org
# 启动服务
npm run dev
浏览器访问 http://localhost:80
# 构建测试环境
npm run build:test
# 构建预发布环境
npm run build:pre
# 构建生产环境
npm run build:prod