Mini UI-Build Dependence
npm install @trickle/mud.jsYou can learn about Mud.js more by ✨ 👉 Clicking 👈 ✨
``bashInstall project builder
npm i @trickle/mud-cli -g
Development
When developing Mud.js, Here are some usual methods to make program execution result more intuitive:Method 0
The most simple way is setting
src of Or do the same thing like this:
`js
import Mud from '../src/index/js'
`
Method 1
Build the package and start a dev-server with
rollup for hot module replacement:`shell
npm run build:dev
`
Method 2
Use
yalc to simulate publishing npm package:`shell
npm i yalc -gyalc publish
yalc add @trickle/mud.js
Update the package
yalc push
`Publish new version:
`shell
Generate change-set file
npx changesetUpdate version
npx changeset version
``Thanks for all people mentioned below:
Carbon Serio | TosukeLi |