Vesoft Icons
``bash`npm install --save @vesoft-inc/icons
pnpm install @vesoft-inc/icons
`tsx
// vesoft-ab-testing -->
// vesoft-expand-less-filled -->
import { AbTesting } from '@vesoft-inc/icons';
const App = () => {
return (
Build
`bash
npm install
npm run build
`After the build process, the
es directories will be generated.Publish
`bash
npm publish --tag beta
npm publish
`
Auto Publish: push code to mian branch, github workflow will be triggered automatically.
- 1.0.0-beta.x will be published as a beta package
- 1.0.0` will be published as a normal package