1.0.15 • Published 10 months ago
@tulib/vite-tulip-plugin v1.0.15
Use in a project with vite
JSR
- Add a file
.npmrc
with@jsr:registry=https://npm.jsr.io
- And add to the
package.json
->"@tu/vite-tulip-plugin": "npm:@jsr/tu__vite-tulip-plugin@latest"
- Run
yarn
on the project
NPM
- Run
yarn add @tulib/tulip
on the project
Development use of vite-tulip-plugin
Link vite-tulip to the vite library
yarn
the projectyarn link
the project- Go to the
tulipjs/tulip
project - Run
yarn link "@tulib/vite-tulip-plugin"
Build project
yarn install --frozen-lockfile
the projectyarn install -g esbuild
yarn build