rspack_vue3_template

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

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