zenith-vue-lib-docs
v0.0.1-alpha
Published
A vue library developed with dumi
Readme
zenith-vue-lib-docs
A vue library developed with dumi
Usage
First, introduce css file:
import 'zenith-vue-lib-docs/dist/style.css';Then, introduce components:
<script setup lang="ts">
import { Foo, Bar } from 'zenith-vue-lib-docs';
</script>Options
TODO
Development
# install dependencies
$ yarn install
# develop library by docs demo
$ yarn start
# build library source code
$ yarn run build
# build library source code in watch mode
$ yarn run build:watch
# build docs
$ yarn run docs:build
# Locally preview the production build.
$ yarn run docs:preview
# check your project for potential problems
$ yarn run doctor
# Test
$ yarn test
# Coverage
$ yarn test:cov
# Lint
$ yarn lintLICENSE
MIT
