https://github.com/moremind/workload-frontend
https://github.com/moremind/workload-frontend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moremind/workload-frontend
- Owner: moremind
- Created: 2021-07-27T17:26:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-28T17:25:44.000Z (almost 5 years ago)
- Last Synced: 2025-07-13T08:46:49.271Z (11 months ago)
- Language: Vue
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workloadaccount
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).