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