rspack_vue3_template

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

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