Skip to content

Commit

Permalink
fix: 启动时 vue.config.js bug ; add: vue-cource1.0 vue-cource2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qiilee committed Feb 28, 2019
1 parent c747fa4 commit 481b0f0
Show file tree
Hide file tree
Showing 62 changed files with 23,119 additions and 3 deletions.
8 changes: 6 additions & 2 deletions myCode/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
* 目录说明

* vue-cource 是自己根据[Vue技术栈开发实战(26课时)](https://segmentfault.com/ls/1650000016221751?utm_source=recommend_web-live-new)的练习demo,使用vue-cli 3.0 构建
* vue-cource1.0 是使用 vue ui 构建的空项目,默认配置(无路由等配置)

* vue-cource2.0 是使用 vue ui 构建的空项目,手动配置(推荐)

* vue-cource3.0 是自己根据[Vue技术栈开发实战(26课时)](https://segmentfault.com/ls/1650000016221751?utm_source=recommend_web-live-new)的练习demo,使用vue-cli 3.0 构建
* 1. vscode 安装插件 EditorConfig for VS Code 使 .editorconfig 文件起作用
* 2. src目录下新建文件夹,api、config、assets/img及font、directive、lib、router、store、mock
* 3. 把router.js移动到router文件夹,新建index.js
Expand All @@ -9,4 +13,4 @@



* vue-music-mytest 使用vue-cli 2.0 构建的空项目,本想试写chicken-music项目
* vue-music-mytest 使用 vue-cli 2.0 构建的空项目,本想试写chicken-music项目
File renamed without changes.
29 changes: 29 additions & 0 deletions myCode/vue-cource1.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# vue-cource1.0

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
File renamed without changes.
Loading

0 comments on commit 481b0f0

Please sign in to comment.