https://github.com/bencodezen/vue-3-ts-lab
https://github.com/bencodezen/vue-3-ts-lab
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bencodezen/vue-3-ts-lab
- Owner: bencodezen
- Created: 2020-10-25T02:27:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-12T12:15:53.000Z (about 5 years ago)
- Last Synced: 2025-01-26T09:28:50.971Z (12 months ago)
- Language: Vue
- Size: 399 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue.js 3 Laboratory (TypeScript)
A place to hold random Vue.js 3 experiments.
## 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/).