https://github.com/jrainlau/vue-composition-api-demo
https://github.com/jrainlau/vue-composition-api-demo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jrainlau/vue-composition-api-demo
- Owner: jrainlau
- Created: 2019-08-27T08:44:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:19:55.000Z (over 2 years ago)
- Last Synced: 2024-12-26T17:10:49.877Z (4 months ago)
- Language: Vue
- Homepage: https://jrainlau.github.io/vue-composition-api-demo/
- Size: 1.41 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# composition-api-demo
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```