rspack_vue3_template

xbx 0dc12d0d5b 新增各种配置 1 mese fa
.husky 0dc12d0d5b 新增各种配置 1 mese fa
plugin 6e46cf1581 first commit 1 mese fa
src 6e46cf1581 first commit 1 mese fa
.env 6e46cf1581 first commit 1 mese fa
.env.development 6e46cf1581 first commit 1 mese fa
.env.production 6e46cf1581 first commit 1 mese fa
.gitignore 6e46cf1581 first commit 1 mese fa
.prettierignore 6e46cf1581 first commit 1 mese fa
.prettierrc 0dc12d0d5b 新增各种配置 1 mese fa
README.md 6e46cf1581 first commit 1 mese fa
eslint.config.mjs 0dc12d0d5b 新增各种配置 1 mese fa
gloab.d.ts 6e46cf1581 first commit 1 mese fa
index.html 6e46cf1581 first commit 1 mese fa
package.json 0dc12d0d5b 新增各种配置 1 mese fa
pnpm-lock.yaml 0dc12d0d5b 新增各种配置 1 mese fa
rspack.base.config.ts 0dc12d0d5b 新增各种配置 1 mese fa
rspack.config.ts 6e46cf1581 first commit 1 mese fa
rspack.dev.config.ts 6e46cf1581 first commit 1 mese fa
rspack.prod.config.ts 6e46cf1581 first commit 1 mese fa
tsconfig.json 6e46cf1581 first commit 1 mese fa

README.md

Rspack project

Setup

Install the dependencies:

npm install

Get started

Start the dev server:

npm run dev

Build the app for production:

npm run build