An open API service indexing awesome lists of open source software.

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 插件的开箱即用模板

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).