rspack_vue3_template

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

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