@tulib/vite-tulip-plugin
v1.0.15
Published
### JSR 1. Add a file `.npmrc` with `@jsr:registry=https://npm.jsr.io` 2. And add to the `package.json` -> `"@tu/vite-tulip-plugin": "npm:@jsr/tu__vite-tulip-plugin@latest"` 3. Run `yarn` on the project
Readme
Use in a project with vite
JSR
- Add a file
.npmrcwith@jsr:registry=https://npm.jsr.io - And add to the
package.json->"@tu/vite-tulip-plugin": "npm:@jsr/tu__vite-tulip-plugin@latest" - Run
yarnon the project
NPM
- Run
yarn add @tulib/tulipon the project
Development use of vite-tulip-plugin
Link vite-tulip to the vite library
yarnthe projectyarn linkthe project- Go to the
tulipjs/tulipproject - Run
yarn link "@tulib/vite-tulip-plugin"
Build project
yarn install --frozen-lockfilethe projectyarn install -g esbuildyarn build
