Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/y80/vue2-tsx-rspack
https://github.com/y80/vue2-tsx-rspack
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/y80/vue2-tsx-rspack
- Owner: Y80
- Created: 2023-11-07T15:21:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T07:12:28.000Z (about 1 year ago)
- Last Synced: 2023-11-08T09:25:16.125Z (about 1 year ago)
- Language: Vue
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vue2 + TSX + Rspack
## 技术栈
- Vue2
- JSX / TSX
- Rspack
- Less## 快速开始
```bash
# 安装依赖
yarn install# 启动服务
yarn dev# 构建
yarn build
```## 相关链接
- [vue-loader v15.11.0 release notes](https://github.com/vuejs/vue-loader/releases/tag/v15.11.0)
- [Rspack release notes](https://github.com/web-infra-dev/rspack/releases)