https://github.com/threefish/nutzfw-front
nutzfw-front 采用 ant-design-vue 搭建系统后台管理系统
https://github.com/threefish/nutzfw-front
Last synced: about 1 year ago
JSON representation
nutzfw-front 采用 ant-design-vue 搭建系统后台管理系统
- Host: GitHub
- URL: https://github.com/threefish/nutzfw-front
- Owner: threefish
- Created: 2019-03-27T11:13:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T06:13:33.000Z (about 7 years ago)
- Last Synced: 2025-02-01T03:29:13.601Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 476 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nutzfw-front
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).