https://github.com/frei-x/vue-dust
A Vue3.0 composition API library
https://github.com/frei-x/vue-dust
Last synced: about 1 month ago
JSON representation
A Vue3.0 composition API library
- Host: GitHub
- URL: https://github.com/frei-x/vue-dust
- Owner: frei-x
- License: other
- Created: 2020-09-09T16:40:14.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2021-11-04T05:44:49.000Z (over 3 years ago)
- Last Synced: 2023-03-21T10:14:21.217Z (about 2 years ago)
- Language: JavaScript
- Size: 1.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# v3
## 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/).