https://github.com/cworld1/vue-learning
关于 CWorld 在学习 Vue 时的一些代码记录
https://github.com/cworld1/vue-learning
self-learning vue vuejs
Last synced: 11 months ago
JSON representation
关于 CWorld 在学习 Vue 时的一些代码记录
- Host: GitHub
- URL: https://github.com/cworld1/vue-learning
- Owner: cworld1
- License: bsd-3-clause
- Created: 2022-01-20T08:23:53.000Z (over 4 years ago)
- Default Branch: VUE_SPH
- Last Pushed: 2022-03-25T11:54:26.000Z (over 4 years ago)
- Last Synced: 2023-03-05T20:07:58.526Z (over 3 years ago)
- Topics: self-learning, vue, vuejs
- Language: Vue
- Homepage:
- Size: 10.2 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Learning
[](https://github.com/cworld1/vue-learning/)
[](https://github.com/cworld1/vue-learning/commits/)
[](https://github.com/cworld1/vue-learning/releases/latest)
[](https://github.com/cworld1/vue-learning/)
这是一个关于 CWorld 在学习 Vue 时的一些代码记录的开源仓库。
## 项目相关
[项目介绍(前往 VUE_BASIC 分支)](https://github.com/cworld1/vue-learning/tree/VUE_BASIC)
### 分支介绍
**本分支为实战开发 Vue 项目的前端分支。**
项目名称:尚品汇
[学习笔记汇总(前往 note 文件夹)](./note)共 14 节,??? 字符
## 项目安装&运行
- 克隆后安装相应库:
```
npm install
```
- 程序的热编译&运行:
```
npm run serve
```
- 对程序语法检查(ESLint):
```
npm run lint
```
- 编译和压缩文件:
```
npm run build
```
## 自定义配置
请查阅 [Configuration Reference](https://cli.vuejs.org/config/)。
## License
The BSD-3-Clause License.