rspack_vue3_template

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

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