rspack_vue3_template

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

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