内蒙信用风险前端
Go to file
zhouxy 1e60b9d6c5 屏蔽部分菜单 2026-05-07 11:08:29 +08:00
.vscode Initial commit 2026-04-22 10:28:54 +08:00
build Initial commit 2026-04-22 10:28:54 +08:00
public CC生成内蒙的前端模拟数据 2026-04-30 14:30:20 +08:00
src 屏蔽部分菜单 2026-05-07 11:08:29 +08:00
tests/unit 初始化前端代码 2026-04-22 16:16:36 +08:00
.editorconfig Initial commit 2026-04-22 10:28:54 +08:00
.env 初始化前端代码 2026-04-22 16:16:36 +08:00
.env.development CC生成内蒙的前端模拟数据 2026-04-30 14:30:20 +08:00
.env.production 初始化前端代码 2026-04-22 16:16:36 +08:00
.env.staging 初始化前端代码 2026-04-22 16:16:36 +08:00
.eslintignore Initial commit 2026-04-22 10:28:54 +08:00
.eslintrc.js Initial commit 2026-04-22 10:28:54 +08:00
.gitignore 初始化前端代码 2026-04-22 16:16:36 +08:00
.travis.yml Initial commit 2026-04-22 10:28:54 +08:00
README.md Initial commit 2026-04-22 10:28:54 +08:00
babel.config.js Initial commit 2026-04-22 10:28:54 +08:00
debug.log 初始化前端代码 2026-04-22 16:16:36 +08:00
jest.config.js 初始化前端代码 2026-04-22 16:16:36 +08:00
jsconfig.json 初始化前端代码 2026-04-22 16:16:36 +08:00
package.json CC生成内蒙的前端模拟数据 2026-04-30 14:30:20 +08:00
postcss.config.js Initial commit 2026-04-22 10:28:54 +08:00
vue.config.js CC生成内蒙的前端模拟数据 2026-04-30 14:30:20 +08:00
前端流程图.png Initial commit 2026-04-22 10:28:54 +08:00

README.md

youfool-vue-template

前端开发的基础模版,以vue-admin-template为原型,根据公司实际需求进行定制和改造。搭载 Element UI & axios & iconfont & permission control & lint 等前端开发基础组件,包括图标、权限路由、项目的构建、接口请求等常用开发模板。

原型配套的了一个系列的教程配套文章,如何从零构建后一个完整的后台项目,可做学习参考:

Build Setup

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

# 安装依赖
npm install

# 启动服务
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

更多信息请参考 使用文档

Browsers support

Modern browsers and Internet Explorer 10+.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions