rspack_vue3_template

xbx 5663529b4b 更新项目文件并修改远程仓库地址 il y a 2 semaines
.husky 0dc12d0d5b 新增各种配置 il y a 1 mois
plugin 6e46cf1581 first commit il y a 1 mois
src 5663529b4b 更新项目文件并修改远程仓库地址 il y a 2 semaines
.env 6e46cf1581 first commit il y a 1 mois
.env.development 6e46cf1581 first commit il y a 1 mois
.env.production 6e46cf1581 first commit il y a 1 mois
.gitignore 6e46cf1581 first commit il y a 1 mois
.prettierignore 6e46cf1581 first commit il y a 1 mois
.prettierrc 0dc12d0d5b 新增各种配置 il y a 1 mois
README.md 6e46cf1581 first commit il y a 1 mois
components.d.ts 2ccd93d15c 添加 unplugin-vue-components 依赖并更新相关配置,调整开发服务器端口,优化样式处理,修复 HelloWorld 组件默认消息。 il y a 1 mois
eslint.config.mjs 0dc12d0d5b 新增各种配置 il y a 1 mois
gloab.d.ts 6e46cf1581 first commit il y a 1 mois
index.html 6e46cf1581 first commit il y a 1 mois
package-lock.json 6b8b0476d3 1 il y a 1 mois
package.json 5663529b4b 更新项目文件并修改远程仓库地址 il y a 2 semaines
pnpm-lock.yaml 5663529b4b 更新项目文件并修改远程仓库地址 il y a 2 semaines
rspack.base.config.ts 6b8b0476d3 1 il y a 1 mois
rspack.config.ts 2ccd93d15c 添加 unplugin-vue-components 依赖并更新相关配置,调整开发服务器端口,优化样式处理,修复 HelloWorld 组件默认消息。 il y a 1 mois
rspack.dev.config.ts 2ccd93d15c 添加 unplugin-vue-components 依赖并更新相关配置,调整开发服务器端口,优化样式处理,修复 HelloWorld 组件默认消息。 il y a 1 mois
rspack.prod.config.ts 2ccd93d15c 添加 unplugin-vue-components 依赖并更新相关配置,调整开发服务器端口,优化样式处理,修复 HelloWorld 组件默认消息。 il y a 1 mois
tsconfig.json 5663529b4b 更新项目文件并修改远程仓库地址 il y a 2 semaines
tsconfig.node.json 2ccd93d15c 添加 unplugin-vue-components 依赖并更新相关配置,调整开发服务器端口,优化样式处理,修复 HelloWorld 组件默认消息。 il y a 1 mois
yarn.lock 6b8b0476d3 1 il y a 1 mois

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