https://github.com/olymo/olymo.vuetifyboilerplate
Applicaiton-Ready template with authorizaiton/authention, router, state and generic form builder
https://github.com/olymo/olymo.vuetifyboilerplate
Last synced: 4 months ago
JSON representation
Applicaiton-Ready template with authorizaiton/authention, router, state and generic form builder
- Host: GitHub
- URL: https://github.com/olymo/olymo.vuetifyboilerplate
- Owner: Olymo
- Created: 2020-09-16T12:59:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T07:17:05.000Z (over 4 years ago)
- Last Synced: 2025-01-12T08:19:52.859Z (over 1 year ago)
- Language: Vue
- Size: 3.69 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-template
## 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/).