https://github.com/togetheryear/vv
Vue-Vite
https://github.com/togetheryear/vv
vue3
Last synced: about 2 months ago
JSON representation
Vue-Vite
- Host: GitHub
- URL: https://github.com/togetheryear/vv
- Owner: TogetherYear
- Created: 2022-11-10T13:32:05.000Z (over 2 years ago)
- Default Branch: Together
- Last Pushed: 2025-03-24T01:35:59.000Z (2 months ago)
- Last Synced: 2025-03-24T02:30:39.615Z (2 months ago)
- Topics: vue3
- Language: TypeScript
- Homepage:
- Size: 10.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Vue 3 + Typescript + Vite + ( ...args )
## 只有最基本的结构 其他发挥你自己的想法
### 安装
```
npm install
```### 开发
```
npm run dev
```### 打包
```
npm run build
```### 装饰器
```
如果类没有对应类装饰器的 Generate 则里面的方法也不可用
```