提交 e7ad0110 编写于 作者: D dolymood

update(doc): add cube-template option wiki

上级 b6391fb8
......@@ -8,6 +8,8 @@ If you are going to create a new project with cube-ui, use the [cli tools](https
$ vue init cube-ui/cube-template projectname
```
About cube-template special options: [cube-template WIKI](https://github.com/cube-ui/cube-template/wiki).
If you are going to use cube-ui in an existing project, see the <a href="#cube-Install-anchor" class="anchor">Install</a> part first.
### Install
......@@ -86,7 +88,7 @@ Since cube-ui support two compile ways such as [post-compile] (#/en-US/docs/post
}
```
5. Modify vue-loader.conf.js
```javascript
module.exports = {
loaders: utils.cssLoaders({
......@@ -95,7 +97,7 @@ Since cube-ui support two compile ways such as [post-compile] (#/en-US/docs/post
}),
// ...
}
```
See [https://github.com/vuejs-templates/webpack/pull/970/files](https://github.com/vuejs-templates/webpack/pull/970/files)
......
......@@ -8,6 +8,8 @@
$ vue init cube-ui/cube-template projectname
```
关于初始化时特殊的配置项,请参考 [cube-template WIKI](https://github.com/cube-ui/cube-template/wiki)
如果你打算在现有项目中使用 cube-ui,请先参考<a href="#cube-安装-anchor" class="anchor">安装</a>部分。
### 安装
......@@ -87,9 +89,9 @@ cube-ui 搭配 webpack 2+ 支持[后编译](#/zh-CN/docs/post-compile)和普通
}
}
```
5. 修改 vue-loader.conf.js
```javascript
module.exports = {
loaders: utils.cssLoaders({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册