Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-on-the-way/ng-wl-ui
https://github.com/go-on-the-way/ng-wl-ui
angular custom-library
Last synced: about 18 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/go-on-the-way/ng-wl-ui
- Owner: go-on-the-way
- License: mit
- Created: 2018-12-29T07:50:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T08:07:05.000Z (about 6 years ago)
- Last Synced: 2024-11-09T01:12:30.596Z (about 2 months ago)
- Topics: angular, custom-library
- Language: TypeScript
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NgWlUi
一个基于angular的自定义UI库
## UI组件开发、编译、发布
+ 生成组件
ng generate component --project=ng-j2
+ 编译
npm run build:library
+ 发布
1.进入编译目录
cd dist/ng-j2
2.发布到npm
npm publish## 备注:将angular组件库发布到npm上,可参考[这里](https://blog.csdn.net/wanglei1991gao/article/details/85330204)