Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smitpatelx/vuetify_template
This is a vue js template created on material design principal. Along with this, every new app build on this template will be released on respective branch. ✔
https://github.com/smitpatelx/vuetify_template
materializecss routers vuelidate vuetify vuex
Last synced: 9 days ago
JSON representation
This is a vue js template created on material design principal. Along with this, every new app build on this template will be released on respective branch. ✔
- Host: GitHub
- URL: https://github.com/smitpatelx/vuetify_template
- Owner: smitpatelx
- License: mit
- Created: 2019-05-04T07:46:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:00:06.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T05:57:54.786Z (almost 2 years ago)
- Topics: materializecss, routers, vuelidate, vuetify, vuex
- Language: Vue
- Homepage: https://jsruntimevuetodo.netlify.com/
- Size: 4.56 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Vuetify Template
### Please dont try to push on the master branch after your commits
[Click here for demo](https://code.netdevv.com/vuetify_template/)## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).