rspack_vue3_template

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

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