rspack_vue3_template

xbx 6e46cf1581 first commit 1 月之前
plugin 6e46cf1581 first commit 1 月之前
src 6e46cf1581 first commit 1 月之前
.env 6e46cf1581 first commit 1 月之前
.env.development 6e46cf1581 first commit 1 月之前
.env.production 6e46cf1581 first commit 1 月之前
.gitignore 6e46cf1581 first commit 1 月之前
.prettierignore 6e46cf1581 first commit 1 月之前
.prettierrc 6e46cf1581 first commit 1 月之前
README.md 6e46cf1581 first commit 1 月之前
eslint.config.mjs 6e46cf1581 first commit 1 月之前
gloab.d.ts 6e46cf1581 first commit 1 月之前
index.html 6e46cf1581 first commit 1 月之前
package.json 6e46cf1581 first commit 1 月之前
pnpm-lock.yaml 6e46cf1581 first commit 1 月之前
rspack.base.config.ts 6e46cf1581 first commit 1 月之前
rspack.config.ts 6e46cf1581 first commit 1 月之前
rspack.dev.config.ts 6e46cf1581 first commit 1 月之前
rspack.prod.config.ts 6e46cf1581 first commit 1 月之前
tsconfig.json 6e46cf1581 first commit 1 月之前

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