https://github.com/ilham89/weakly-sharing-composition-api
https://github.com/ilham89/weakly-sharing-composition-api
composition-api vue3
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilham89/weakly-sharing-composition-api
- Owner: ilham89
- Created: 2022-05-15T09:53:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T09:54:30.000Z (about 4 years ago)
- Last Synced: 2025-07-26T23:44:56.115Z (12 months ago)
- Topics: composition-api, vue3
- Language: Vue
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# composition-api
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).