Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 795 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 795 Bytes

The playground is a place that can be used to show your wonderful cases, and can also be used to visually debug the code, online website is here.

avatar

1. Development

npm install
npm run dev

2. Add demo

npm run add-demo

After entering the name as prompted, you can start development in /demos/{your demo}/index.ts.

You need to execute npm run dev again after Adding demo.

3. Build

npm run build

4. Contributing

Everyone is welcome to join us! Whether you have found a bug or want to contribute a wonderful case.

You need to execute npm run dev:demosify to verify the online effect.