Skip to content

QTFYING/flyjs

Repository files navigation

flyjs

flyjs,一个前端工具集。去看看~

🔨 Usage

import { Button, DatePicker } from 'antd';

export default () => (
  <>
    <Button type="primary">PRESS ME</Button>
    <DatePicker placeholder="select date" />
  </>
);

✨ Features

TODO

📦 Install

# 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

🔗 Links

LICENSE

MIT

About

一套前端常用的工具类库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors