-
vite-plugin-rsw是适用于vite @ v2的wasm-pack插件
资源介绍
vite-plugin-rsw
vite @ v2的wasm-pack插件
预装
特征
启动优化
模式: development build或release build
生成npm包(库)
页面显示compile error (热更新)
多个防锈箱
编译
热更新
快速开始
:在几秒钟内创建一个项目!
模板: wasm-vue3和wasm-react
# With NPM
npm init xc-app
# With Yarn:
yarn create xc-app
# -------------------
# command line options
npm init xc-app my-wasm-app --template wasm-react
入门
步骤1
# install rsw
npm i -D vite-plugin-rsw
# or
yarn add -D