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

https://github.com/jcodelife/learn-vue3

使用Vite搭建项目Vue3项目,了解Vue3的每个知识点的基本使用
https://github.com/jcodelife/learn-vue3

vue3

Last synced: over 1 year ago
JSON representation

使用Vite搭建项目Vue3项目,了解Vue3的每个知识点的基本使用

Awesome Lists containing this project

README

          

### HI

为了方便每个知识点对应一个文件夹

下载本repo后,先找到对应知识点的文件夹,进入后安装依赖:

```
npm i
```
接着,运行项目
```
npm run dev
```

### 注意
造轮子部分已经迁移到[FE-wheels](https://github.com/jCodeLife/FE-wheels)仓库