https://github.com/markthree/utools-plugin-starter
utools 插件的开箱即用模板
https://github.com/markthree/utools-plugin-starter
js plugin utools vite workflow
Last synced: 10 months ago
JSON representation
utools 插件的开箱即用模板
- Host: GitHub
- URL: https://github.com/markthree/utools-plugin-starter
- Owner: markthree
- License: mit
- Created: 2022-04-16T06:21:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-16T12:38:41.000Z (about 4 years ago)
- Last Synced: 2025-05-06T09:46:15.809Z (12 months ago)
- Topics: js, plugin, utools, vite, workflow
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# utools-plugin-starter
`utools` 插件的开箱即用模板
# 动机
为了更快的开发 `utools` 插件来简化工作流程
## 技术栈
- [vite](https://github.com/vitejs/vite)
- [vue3](https://github.com/vuejs/core)
# 特性
1. [组件自动加载](https://github.com/antfu/unplugin-vue-components)
2. [模块自动加载](https://github.com/dishait/vite-plugin-use-modules)
3. [文件路由支持](https://github.com/hannoeru/vite-plugin-pages)
4. [api 自动加载](https://github.com/antfu/unplugin-auto-import)
5. [现代化的 reset css](https://github.com/hankchizljaw/modern-css-reset)
6. [unocss 原子库支持](https://github.com/unocss/unocss)
## License
Made with [name](https://github.com/name)
Published under [MIT License](./LICENSE).