https://github.com/devcloudfe/devui-tutorial-web
devui tutorial web
https://github.com/devcloudfe/devui-tutorial-web
Last synced: 11 months ago
JSON representation
devui tutorial web
- Host: GitHub
- URL: https://github.com/devcloudfe/devui-tutorial-web
- Owner: DevCloudFE
- License: mit
- Created: 2020-03-24T11:05:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T12:56:41.000Z (about 6 years ago)
- Last Synced: 2025-06-19T16:06:52.406Z (about 1 year ago)
- Language: TypeScript
- Size: 745 KB
- Stars: 12
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## DevUI tutorial web
### 技术
* Angular8.x
* ng-devui组件
* echarts、markd、codemirror
### 启动开发
```shell
npm start #默认端口4200
```
#### 构建
```shell
npm run build
```
### lint
```shell
npm run lint
```
### 代理配置
本地开发通过proxy配置http请求到 3000端口的server端
### postinstall
[fix generating es5 bundles error ,count not find plugin "proposal-numeric-separator"](http://github.com/angular/angular-cli/issues/17262)