0.0.4 • Published 3 years ago

yc-vue-common v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

1.基本使用

  • css 变量声明使用 scss,项目需安装 sass
// 调用npm自定义组件
import Button from 'yc-vue-common/components/Button'
Vue.use(Button)

// 调用npm方法
import MyFun from 'yc-vue-common'

// 调用npm样式变量
@import 'yc-vue-common/styles/variable.scss';
0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago