Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lencx/nx
🐠 js utils, react hooks, antd hook, etc.
https://github.com/lencx/nx
antd hooks javascript react storybook utils
Last synced: 2 months ago
JSON representation
🐠 js utils, react hooks, antd hook, etc.
- Host: GitHub
- URL: https://github.com/lencx/nx
- Owner: lencx
- License: mit
- Created: 2019-12-04T16:29:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T16:37:07.000Z (almost 5 years ago)
- Last Synced: 2024-05-23T06:02:24.705Z (9 months ago)
- Topics: antd, hooks, javascript, react, storybook, utils
- Language: TypeScript
- Homepage: https://lencx.github.io/nx
- Size: 4.24 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
```bash
# create package
yarn nx# nx command
yarn nx [-bdirwhV]
# -b build
# -d delete
# -i install
# -uni uninstall
# -r remove build directory
# -w watch current package
# -h help
# -V version# ---------------------------
# lerna publish
yarn release# clear build
yarn clean # package/{lib,esm} & storybook-static# install package dependencies
yarn bootstrap# deploy storybook to gh-pages
yarn deploy# run storybook
yarn storybook
```## Packages
* @l8n/hooks - react hooks
* @l8n/antd - ant design
* @l8n/rc - components