Go to file
2019-06-17 14:29:32 +08:00
build feat: checkbox & round button 2019-06-14 10:59:06 +08:00
demo feat: modal 2019-06-17 14:29:32 +08:00
packages feat: modal 2019-06-17 14:29:32 +08:00
src feat: add some comps 2019-06-04 16:01:34 +08:00
styles chore: checkpoint 2019-06-14 19:33:41 +08:00
test style: @vue/standard 2019-06-04 11:30:56 +08:00
.eslintignore style: @vue/standard 2019-06-04 11:30:56 +08:00
.eslintrc.js style: .vue style fix 2019-06-04 12:09:02 +08:00
.gitignore chore: remove test/unit/coverage 2019-06-03 17:01:57 +08:00
.npmignore fix: typo 2019-06-13 15:47:53 +08:00
babel.config.js style: @vue/standard 2019-06-04 11:30:56 +08:00
index.html feat: checkbox & round button 2019-06-14 10:59:06 +08:00
index.js feat: modal 2019-06-17 14:29:32 +08:00
package.json feat: modal 2019-06-17 14:29:32 +08:00
readme.md refactor: extract sass variables & demo page 2019-06-13 14:53:30 +08:00

develop

npm run dev

@port 8086

.Vue 文件内部的样式或者分离样式

如果一个组件是业务组件,那么在 Vue 文件内部写样式,但是这样会让主题的切换变得困难,因为一些基础变量的来源难以控制。所以还是要把样式抽离出来,这样的话又要给每一个组件增加命名空间...