https://github.com/luoyunchong/staticfiles
本项目基于abp前端静态资源库进行扩展
https://github.com/luoyunchong/staticfiles
abp easyui easyui-insdep layer webuploader
Last synced: 7 months ago
JSON representation
本项目基于abp前端静态资源库进行扩展
- Host: GitHub
- URL: https://github.com/luoyunchong/staticfiles
- Owner: luoyunchong
- Created: 2018-10-29T15:53:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T06:32:06.000Z (over 6 years ago)
- Last Synced: 2025-01-18T12:49:33.984Z (9 months ago)
- Topics: abp, easyui, easyui-insdep, layer, webuploader
- Language: JavaScript
- Homepage: https://luoyunchong.github.io/staticfiles/
- Size: 3.97 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## libs、开发者日志
### 生成新的tag 并推送到服务器上
1. 生成一个0.0.6版本的标签
```
git tag 0.0.6
```2. 将0.0.6标签提交到git服务器
```
git push origin 0.0.6
```3. 将本地所有标签一次性提交到git服务器
```
git push origin -–tags
```### 文档生成
* jsdoc 文档地址:[http://www.css88.com/doc/jsdoc/](http://www.css88.com/doc/jsdoc/)
* 官方文档 [http://usejsdoc.org/](http://usejsdoc.org/)1. JSDoc安装
~~~
npm install -g jsdoc
~~~2. 安装 Docstrap
~~~
npm i ink-docstrap
~~~3. 生成项目 API 文档:
~~~~
jsdoc -c .\configs\jsdoc.conf.json
~~~~### docsify 文档生成
* 相关博客 [https://segmentfault.com/a/1190000007656679?_ea=1416350](https://segmentfault.com/a/1190000007656679?_ea=1416350)
* [使用 JSDoc 与 docstrap 生成 JavaScript 项目 API 文档](https://lzw.me/a/jsdoc-docstrap-api.html)
* 文档地址[https://docsify.js.org/#/zh-cn/quickstart](https://docsify.js.org/#/zh-cn/quickstart)### 开发者文档
* 其他说明 [https://luoyunchong.github.io/staticfiles/docsify/#/](https://luoyunchong.github.io/staticfiles/docsify/#/)
* 文档API [https://luoyunchong.github.io/staticfiles/](https://luoyunchong.github.io/staticfiles/)