https://github.com/leegeunhyeok/vue.ts
Vue.js with TS
https://github.com/leegeunhyeok/vue.ts
Last synced: 24 days ago
JSON representation
Vue.js with TS
- Host: GitHub
- URL: https://github.com/leegeunhyeok/vue.ts
- Owner: leegeunhyeok
- Created: 2019-04-24T07:07:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:20:26.000Z (over 2 years ago)
- Last Synced: 2025-02-14T11:53:29.713Z (3 months ago)
- Language: Vue
- Size: 1.69 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue.ts
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).