lisonge / vite-plugin-monkey

A vite plugin server and build your.user.js for userscript engine like Tampermonkey, Violentmonkey, Greasemonkey, ScriptCat
MIT License
1.33k stars 70 forks source link

虽然是演示,还是希望考虑下目录结构 #8

Closed wdssmq closed 2 years ago

wdssmq commented 2 years ago
/src
├── assets
│   ├── javascript.svg
│   └── vite.svg
├── style
│   └── style.css
└── utils
    └── counter.js
lisonge commented 2 years ago

项目结构复制来自 https://github.com/vitejs/vite/tree/main/packages/create-vite/template-vanilla 我会定期从 vite 的仓库复制一份,我一般尽量避免不必要的改动,目录结构是 vite 定的