https://github.com/xkcoding/spring-boot-demo-activiti-ui
https://github.com/xkcoding/spring-boot-demo-activiti-ui
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xkcoding/spring-boot-demo-activiti-ui
- Owner: xkcoding
- Created: 2019-04-26T07:29:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T07:30:15.000Z (about 7 years ago)
- Last Synced: 2025-02-03T15:55:39.825Z (over 1 year ago)
- Language: Vue
- Size: 107 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-demo-activiti-ui
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).