This repository has been archived by the owner on Dec 6, 2021. It is now read-only.
Releases: b2nil/taro-ui-vue3
Releases · b2nil/taro-ui-vue3
Release v1.0.0-alpha.1
Install
npm i taro-ui-vue3
or yarn add taro-ui-vue3
Usage
import { AtButton } from 'taro-ui-vue3'
import 'taro-ui-vue3/dist/style/components/button.scss'
export default {
components: {
AtButton
}
}
UI Demo
To run the ui demo locally:
- clone the repo to your computer
cd
to the project directory- run
yarn install
- run
yarn dev:weapp
NOTE: h5 demo is currently not working