rspack_vue3_template

xbx 0dc12d0d5b 新增各种配置 1 개월 전
.husky 0dc12d0d5b 新增各种配置 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 0dc12d0d5b 新增各种配置 1 개월 전
README.md 6e46cf1581 first commit 1 개월 전
eslint.config.mjs 0dc12d0d5b 新增各种配置 1 개월 전
gloab.d.ts 6e46cf1581 first commit 1 개월 전
index.html 6e46cf1581 first commit 1 개월 전
package.json 0dc12d0d5b 新增各种配置 1 개월 전
pnpm-lock.yaml 0dc12d0d5b 新增各种配置 1 개월 전
rspack.base.config.ts 0dc12d0d5b 新增各种配置 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