Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schnapsterdog/vue-sample-with-form-slider
Sample SPA Using Vue Cli
https://github.com/schnapsterdog/vue-sample-with-form-slider
Last synced: 8 days ago
JSON representation
Sample SPA Using Vue Cli
- Host: GitHub
- URL: https://github.com/schnapsterdog/vue-sample-with-form-slider
- Owner: SchnapsterDog
- Created: 2019-07-17T13:08:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:41:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T14:03:44.775Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 2.92 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sample
## 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/).