rspack_vue3_template

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

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