Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhaidar/vue3-composition-api
A sample vue.js app demonstrating the use of mixins and how mixins can be replaced by Vue 3 Composition API.
https://github.com/bhaidar/vue3-composition-api
Last synced: 28 days ago
JSON representation
A sample vue.js app demonstrating the use of mixins and how mixins can be replaced by Vue 3 Composition API.
- Host: GitHub
- URL: https://github.com/bhaidar/vue3-composition-api
- Owner: bhaidar
- Created: 2020-02-05T23:15:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:34:39.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T12:07:43.648Z (almost 2 years ago)
- Language: Vue
- Size: 1.48 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-composition-api
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).