Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Huijian Zhao authored and Huijian Zhao committed Jan 19, 2025
1 parent 1868d34 commit 99f973a
Show file tree
Hide file tree
Showing 7 changed files with 23,595 additions and 21 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.DS_Store
package-lock.json
node_modules
bower_components
npm-debug.log*
Expand All @@ -17,5 +16,4 @@ fez-*
*.njsproj
*.sln
.log
yarn.lock
.cache
23 changes: 9 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

JUI是为开发者准备的快速开发中后台应用的综合解决方案。基于众多业务、及业内中后台应用场景,提炼出典型、通用的物料组件或模板资源,并集成业内先进的工程化开发最佳实践,成为开发中后台应用的统一标准化的生产线,以便后续积木式快速搭建业务系统和页面,减少重复开发和设计工作,大规模、高效率的生产高质量的中后台WEB应用。

[Demo](https://jd-cyb.github.io/jui-demo/)

## 基本特性

* 标准化的生产线。
Expand All @@ -17,34 +19,27 @@ JUI是为开发者准备的快速开发中后台应用的综合解决方案。
## 快速开始

``` bash
#使用node 10 版本
nvm install 10
nvm use 10

#下载
git clone https://github.com/jd-cyb/jui.git

#安装
yarn install #或者 npm install
npm install

#研发
yarn start #或者 npm start
npm run start

#发布
yarn dist
npm run dist
```

> 国内用户推荐使用`yarn``cnpm`安装和运行命令。
## More

更多工程命令请参考 `package.json``scripts`

<h2 align="center">资源链接</h2>

官方网站:[http://jui.hestudy.com/](http://jui.hestudy.com/)

使用文档:[http://jui.hestudy.com/docs/](http://jui.hestudy.com/docs/)

塞伯坦前端模块化工程构建工具:[http://cyb.hestudy.com/](http://cyb.hestudy.com/)

塞伯坦前端数据模拟服务器:[http://cybmock.hestudy.com/](http://cybmock.hestudy.com/)

## License

Expand Down
Loading

0 comments on commit 99f973a

Please sign in to comment.