An open API service indexing awesome lists of open source software.

https://github.com/togetheryear/vv

Vue-Vite
https://github.com/togetheryear/vv

vue3

Last synced: about 2 months ago
JSON representation

Vue-Vite

Awesome Lists containing this project

README

        

## Vue 3 + Typescript + Vite + ( ...args )

## 只有最基本的结构 其他发挥你自己的想法

### 安装

```
npm install
```

### 开发

```
npm run dev
```

### 打包

```
npm run build
```

### 装饰器

```
如果类没有对应类装饰器的 Generate 则里面的方法也不可用
```