数据中台前端代码
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.
 
 
 
mk 726e765d9b 改打包名称,请求路由接口 1 year ago
build init 1 year ago
public init 1 year ago
src 改打包名称,请求路由接口 1 year ago
tests/unit init 1 year ago
.editorconfig init 1 year ago
.env.development 嵌入至数仓项目 1 year ago
.env.production 嵌入至数仓项目 1 year ago
.eslintignore init 1 year ago
.eslintrc.js init 1 year ago
.gitignore 改打包名称,请求路由接口 1 year ago
.npmrc 环境配置,封装请求 1 year ago
.travis.yml init 1 year ago
LICENSE init 1 year ago
README.md 环境配置,封装请求 1 year ago
babel.config.js init 1 year ago
build-hzw.sh init 1 year ago
build.sh init 1 year ago
jest.config.js init 1 year ago
jsconfig.json init 1 year ago
package.json 环境配置,封装请求 1 year ago
postcss.config.js init 1 year ago
vue.config.js 改打包名称,请求路由接口 1 year ago

README.md

vue-admin-template

功能点

  • 集成了友盟的上报js
  • 请求axios集成了上报功能

构建

适用node版本14

# 克隆项目
git clone http://code.linkkids.cn/fe_web_public/vue-admin-template.git

# 进入项目目录
cd vue-admin-template

# 安装依赖
npm install

npm install --registry=http://npmneibu.linkkids.cn

# 启动服务
npm run dev

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

发布

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

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

其它

# 预览发布环境效果
npm run preview

# 预览发布环境效果 + 静态资源分析
npm run preview -- --report

# 代码格式检查
npm run lint

# 代码格式检查并自动修复
npm run lint -- --fix