You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
djz236 e996eed555 2022-03-31初始化 3 years ago
..
bin 2022-03-31初始化 3 years ago
build 2022-03-31初始化 3 years ago
public 2022-03-31初始化 3 years ago
src 2022-03-31初始化 3 years ago
.editorconfig 2022-03-31初始化 3 years ago
.env.development 2022-03-31初始化 3 years ago
.env.production 2022-03-31初始化 3 years ago
.env.staging 2022-03-31初始化 3 years ago
.eslintignore 2022-03-31初始化 3 years ago
.eslintrc.js 2022-03-31初始化 3 years ago
.gitignore 2022-03-31初始化 3 years ago
README.md 2022-03-31初始化 3 years ago
babel.config.js 2022-03-31初始化 3 years ago
package.json 2022-03-31初始化 3 years ago
vue.config.js 2022-03-31初始化 3 years ago

README.md

开发


# 进入项目目录
cd admin-ui

# 安装依赖
npm install

# 使用taobao的服务器,解决下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod