Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamwebwiz/vue-movdir
✅🍿Frontend built with Vue for movies CRUD
https://github.com/iamwebwiz/vue-movdir
axios bulma rest vue
Last synced: 11 days ago
JSON representation
✅🍿Frontend built with Vue for movies CRUD
- Host: GitHub
- URL: https://github.com/iamwebwiz/vue-movdir
- Owner: iamwebwiz
- Created: 2019-02-01T03:05:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:16:45.000Z (about 2 years ago)
- Last Synced: 2025-01-20T07:02:30.958Z (13 days ago)
- Topics: axios, bulma, rest, vue
- Language: Vue
- Homepage: https://vuemovdir.iamwebwiz.now.sh
- Size: 2.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# movdir
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).