Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon-he95/image-to-pdf
https://github.com/simon-he95/image-to-pdf
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simon-he95/image-to-pdf
- Owner: Simon-He95
- License: mit
- Created: 2023-07-06T13:15:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-12T14:51:08.000Z (3 months ago)
- Last Synced: 2024-08-12T17:13:16.162Z (3 months ago)
- Language: Vue
- Size: 114 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: license
Awesome Lists containing this project
README
Live Demo
Lightweight version of Vitesse
## Features
- β‘οΈ [Vue 3](https://github.com/vuejs/vue-next), [Vite 2](https://github.com/vitejs/vite), [pnpm](https://pnpm.js.org/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness
- π [File based routing](./src/pages)
- π¦ [Components auto importing](./src/components)
- π¨ [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.
- π Use icons from any icon sets in [Pure CSS](https://github.com/antfu/unocss/tree/main/packages/preset-icons)
- π₯ Use the [new `` style](https://github.com/vuejs/rfcs/pull/227)
- β Use [Vitest](http://vitest.dev/) for unit and components testing
- π¦Ύ TypeScript, of course
- βοΈ Deploy on Netlify, zero-config
<br>
See [Vitesse](https://github.com/antfu/vitesse) for full featureset.
## Dropped Features from [Vitesse](https://github.com/antfu/vitesse)
- ~~i18n~~
- ~~Layouts~~
- ~~SSG~~
- ~~PWA~~
- ~~Markdown~~## Pre-packed
### UI Frameworks
- [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.
### Icons
- [Iconify](https://iconify.design) - use icons from any icon sets [πIcΓ΄nes](https://icones.netlify.app/)
- [Pure CSS Icons via UnoCSS](https://github.com/antfu/unocss/tree/main/packages/preset-icons)### Plugins
- [Vue Router](https://github.com/vuejs/vue-router)
- [`vite-plugin-pages`](https://github.com/hannoeru/vite-plugin-pages) - file system based routing
- [`unplugin-auto-import`](https://github.com/antfu/unplugin-auto-import) - Directly use Vue Composition API and others without importing
- [`unplugin-vue-components`](https://github.com/antfu/unplugin-vue-components) - components auto import
- [VueUse](https://github.com/antfu/vueuse) - collection of useful composition APIs## Try it now!
### GitHub Template
[Create a repo from this template on GitHub](https://github.com/Simon-He95/vitesse-h/generate).
### Clone to local
If you prefer to do it manually with the cleaner git history
```bash
npx degit Simon-He95/vitesse-h my-vitesse-app
cd my-vitesse-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```## License
[MIT](./LICENSE) License Β© 2022 [Simon He](https://github.com/Simon-He95)<a href="https://github.com/Simon-He95/sponsor" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" style="height: 51px !important;width: 217px !important;" ></a>
<span><div align="center">![sponsors](https://www.hejian.club/images/sponsors.jpg)</div></span>