Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alljointtw/ajstorybook
The Storybook of AllJoint
https://github.com/alljointtw/ajstorybook
Last synced: about 1 month ago
JSON representation
The Storybook of AllJoint
- Host: GitHub
- URL: https://github.com/alljointtw/ajstorybook
- Owner: AllJointTW
- License: mit
- Created: 2018-01-25T09:44:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T03:33:56.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T22:52:55.453Z (7 months ago)
- Language: JavaScript
- Size: 1.82 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AJStorybook
The Storybook of AllJoint
傲嬌前端範例集
[Link](https://alljointtw.github.io/AJStorybook/storybook-static/)## Getting Started
準備開始
```bash
git clone https://github.com/AllJointTW/AJStorybook.git
cd AJStorybook
npm install
npm run storybook
```## Contribute
PLZ Follow the Github Flow!!
請遵守 Github Flow!!## Style Format
自動格式化
```bash
npm run prettier
```## Build Static
編譯靜態網頁
```bash
npm run build-storybook
```## Clean
清除編譯好的靜態網頁
```bash
npm run clean
```