0.1.6 • Published 2 years ago

@kuailingmin/stars v0.1.6

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

官网主页: @kuailingmin/stars使用文档


快速使用

npm install  @kuailingmin/stars --save
cnpm install  @kuailingmin/stars --save
yarn add @kuailingmin/stars

引入

import { createApp } from 'vue'
import App from '@/App.vue'
import starsUi from '@kuailingmin/stars'
import '../node_modules/@kuailingmin/stars/dist/style.css'

const app = createApp(App)
app.use(starsUi)
app.mount('#app')

按需引用

import { sButton, mInput } from '@kuailingmin/stars'

愉快开始

<s-button>默认按钮</s-buttonn> 
<s-button type="primary">主要按钮</s-button>

开发环境

  • 你需要 Node.js 14+,yarn 1.1+ 和 npm 6+及 vite 2+
  • 如果您在使用yarn安装依赖的过程中出现esline检查不通过,请执行:

    yarn config set ignore-engines true

    项目启动

    npm run dev

    项目打包

    npm run build
0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago