Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjcchen/vue3-typescript-proj
A vue3 typescript project
https://github.com/tjcchen/vue3-typescript-proj
Last synced: 5 days ago
JSON representation
A vue3 typescript project
- Host: GitHub
- URL: https://github.com/tjcchen/vue3-typescript-proj
- Owner: tjcchen
- License: mit
- Created: 2021-11-22T13:59:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T14:49:18.000Z (about 3 years ago)
- Last Synced: 2025-02-07T02:03:11.310Z (6 days ago)
- Language: Vue
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue3-typescript-proj
## 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/).