https://github.com/threefoldtech/zeroci-ui
https://github.com/threefoldtech/zeroci-ui
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/threefoldtech/zeroci-ui
- Owner: threefoldtech
- License: apache-2.0
- Created: 2023-01-31T10:31:47.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2025-03-14T01:41:21.000Z (about 1 year ago)
- Last Synced: 2025-04-09T17:10:06.057Z (about 1 year ago)
- Language: Vue
- Size: 977 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zeroci-ui
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).