https://github.com/diglopes/ranek-vue
https://github.com/diglopes/ranek-vue
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diglopes/ranek-vue
- Owner: diglopes
- License: mit
- Created: 2020-05-01T21:02:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:48:27.000Z (over 3 years ago)
- Last Synced: 2025-01-21T14:14:14.274Z (over 1 year ago)
- Language: Vue
- Size: 8.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ranek-vue
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).