Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacknq/fruits
All in Crud Vue 2 typescript example with vuetify, vuex modules and fetch (mande)
https://github.com/jacknq/fruits
Last synced: 6 days ago
JSON representation
All in Crud Vue 2 typescript example with vuetify, vuex modules and fetch (mande)
- Host: GitHub
- URL: https://github.com/jacknq/fruits
- Owner: Jacknq
- Created: 2020-10-05T13:03:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:15:48.000Z (9 months ago)
- Last Synced: 2024-10-12T06:50:40.228Z (about 1 month ago)
- Language: Vue
- Homepage:
- Size: 296 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fruits
Vue 2 typescript example with vuetify, vuex modules and fetch (mande)
## Project setup
```
npm install
```### Runs api - second terminal
```
npm run api
```### 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
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).