前端物料库
First, introduce css file:
import '@hungry-studio/material/dist/style.css';
Then, introduce components:
<script setup lang="ts">
import { SelectInput } from '@hungry-studio/material';
</script>
TODO
# install dependencies
$ pnpm install
# develop library by docs demo
$ pnpm start
# build library source code
$ pnpm run build
# build library source code in watch mode
$ pnpm run build:watch
# build docs
$ pnpm run docs:build
# Locally preview the production build.
$ pnpm run docs:preview
# check your project for potential problems
$ pnpm run doctor
# Test
$ pnpm test
# Coverage
$ pnpm test:cov
# Lint
$ pnpm lint
MIT