rspack_vue3_template

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

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