内置 rollup + ts
Clone this repo and npm install.
npm i --force
npm run build
npm run server
npm run build:examples
prettier --write . prettier --write app/ prettier --write ".js" "lib/**/.ts"
prettier --check . prettier --check app/ prettier --check ".js" "lib/**/.ts"