1.1.2 • Published 5 years ago

star-desgin-vue v1.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Docs

1.x

安装

加载starUI

用 npm:

npm install star-desgin-vue --save

用全局script标签加载:

<script type="text/javascript" src="dist/star.js"></script>
<link rel="stylesheet" href="dist/styles/star.css">

使用

<template>
    <s-button>startUI 按钮</s-button>
</template>
<script>
    export default {}
</script>

加载样式:

import 'star-desgin-vue/dist/styles/star.css';
1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago