https://github.com/tookit/vue3
A simple demo for exploring vite and vue
https://github.com/tookit/vue3
Last synced: 4 months ago
JSON representation
A simple demo for exploring vite and vue
- Host: GitHub
- URL: https://github.com/tookit/vue3
- Owner: tookit
- Created: 2021-03-23T08:53:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T09:22:53.000Z (about 5 years ago)
- Last Synced: 2025-02-22T23:14:16.896Z (over 1 year ago)
- Language: Vue
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# A simple demo for exploring vue3 and vite
## Third lib
- Element plus
## How to start
- Install dependcy
npm
```
npm install
```
yarn
```
yarn install
```
- Development
```
yarn dev
```
- Build
```
yarn build
```