Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anyblok/furet_ui
https://github.com/anyblok/furet_ui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/anyblok/furet_ui
- Owner: AnyBlok
- License: other
- Created: 2017-02-22T11:56:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T05:57:26.000Z (almost 2 years ago)
- Last Synced: 2023-04-18T07:10:57.862Z (almost 2 years ago)
- Language: JavaScript
- Size: 49.3 MB
- Stars: 4
- Watchers: 6
- Forks: 4
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.rst
Awesome Lists containing this project
README
# client
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).