https://github.com/hellof2e/quarkc-starter-template
Quarkc (Web Components) + Vite (构建前端应用脚手架)
https://github.com/hellof2e/quarkc-starter-template
Last synced: 12 months ago
JSON representation
Quarkc (Web Components) + Vite (构建前端应用脚手架)
- Host: GitHub
- URL: https://github.com/hellof2e/quarkc-starter-template
- Owner: hellof2e
- License: mit
- Created: 2023-10-26T06:37:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T11:10:16.000Z (about 2 years ago)
- Last Synced: 2025-04-03T09:04:32.078Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://hellof2e.github.io/quarkc-starter-template/
- Size: 155 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Quarkc 前端开发模版
You Dont Need React / Vue!
## Features
- [x] Vite 打包/构建
- [x] 全局状态管理 gluang
- [x] 支持路由
- [x] 支持 JSX/TSX 语法
- [x] 支持Less/Scss
- [x] 支持 SEO
- [x] 打包产物体积极小,性能高
- [x] 同时支持 TypeScript/JavaScript
- [x] 支持 Eslint/Tslint,代码保存自动格式化等
## Develop & Installation
```bash
npm install
npm run dev
```
## Build
```bash
npm run build
```
## 适合谁?
对性能有极致要求的 Web 开发者~
无框架,没有Vue、没有React,只要原生!!
ps:虽然无框架,但拥有良好开发体验!
## Reference
- [Quarkc](https://github.com/hellof2e/quarkc)
- [全局状态管理工具 Gluang](https://github.com/hellof2e/gluang)
- [Vite](https://vitejs.dev/)
## License
[MIT](https://github.com/hellof2e/quarkc-starter-template/blob/main/LICENSE)