Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/incaves/vue3tsdemo
学习Vue3,TypeScript,Element Plus的小demo
https://github.com/incaves/vue3tsdemo
element-plus vue3-typescript
Last synced: 4 days ago
JSON representation
学习Vue3,TypeScript,Element Plus的小demo
- Host: GitHub
- URL: https://github.com/incaves/vue3tsdemo
- Owner: incaves
- Created: 2022-07-15T10:33:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T10:34:02.000Z (over 2 years ago)
- Last Synced: 2023-08-01T11:21:56.370Z (over 1 year ago)
- Topics: element-plus, vue3-typescript
- Language: Vue
- Homepage:
- Size: 227 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-ts-demo
## 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/).