setaria ui pro
1.0.0
Setaria UI Pro - out-of-the-box front-end application solution
Version management tool. Used to download project code and perform version management of code and documents during development.
Installation instructions
The basic environment for running front-end projects.
Installation package download address installation instructions
1.使用国内镜像
npm config set registry https://registry.npm.taobao.org
// 配置后可通过下面方式来验证是否成功
npm config get registry
Used to manage third-party dependencies
Installation package download address
# 下载工程到本地
git clone https://github.com/bluejfox/setaria-ui-pro.git
# 进入工程目录
cd setaria-ui-pro
# 安装项目依赖
yarn
# 在vue.config.js中修改proxy
例:
proxy: {
' /api/ ' : {
// 远程服务地址
target: ' http://localhost:8081 ' ,
},
},
# 启动服务器
yarn serve
Enter the setaria-ui-pro directory through the command line tool and execute yarn build
.
# 执行打包操作
yarn build
# 构建后的文件生成在 `dist` 目录
ToDo
Dashboard
form page
List page
Details page
Results page
Exception page
Personal page
Supports various mainstream browsers (Chrome, Firefox, Safari) and Internet Explorer 9+.
MIT