rspack_vue3_template

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

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