Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandremasy/plants-ui
https://github.com/alexandremasy/plants-ui
Last synced: about 1 hour ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexandremasy/plants-ui
- Owner: alexandremasy
- Created: 2020-11-15T09:29:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T18:45:07.000Z (about 4 years ago)
- Last Synced: 2024-11-13T20:07:07.429Z (about 1 month ago)
- Language: JavaScript
- Size: 422 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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/).