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

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 时的一些代码记录

Awesome Lists containing this project

README

          

# Vue Learning

[![GitHub stars](https://img.shields.io/github/stars/cworld1/vue-learning?style=flat-square)](https://github.com/cworld1/vue-learning/)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/cworld1/vue-learning?label=commits&style=flat-square)](https://github.com/cworld1/vue-learning/commits/)
[![Release version](https://img.shields.io/github/v/release/cworld1/vue-learning?style=flat-square)](https://github.com/cworld1/vue-learning/releases/latest)
[![GitHub license](https://img.shields.io/github/license/cworld1/vue-learning?style=flat-square)](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.