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的每个知识点的基本使用
- Host: GitHub
- URL: https://github.com/jcodelife/learn-vue3
- Owner: jCodeLife
- Created: 2020-11-10T15:08:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T07:30:16.000Z (over 4 years ago)
- Last Synced: 2025-01-10T16:13:36.689Z (over 1 year ago)
- Topics: vue3
- Language: Vue
- Homepage:
- Size: 15.3 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### HI
为了方便每个知识点对应一个文件夹
下载本repo后,先找到对应知识点的文件夹,进入后安装依赖:
```
npm i
```
接着,运行项目
```
npm run dev
```
### 注意
造轮子部分已经迁移到[FE-wheels](https://github.com/jCodeLife/FE-wheels)仓库