Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voxoco/website
VOXO Static site built with Vue 3, Vitesse Lite, Tailwind, Netlify CMS hosted on Netlify
https://github.com/voxoco/website
markdown netlify netlify-cms tailwindui vite vue3 windi-css
Last synced: 2 months ago
JSON representation
VOXO Static site built with Vue 3, Vitesse Lite, Tailwind, Netlify CMS hosted on Netlify
- Host: GitHub
- URL: https://github.com/voxoco/website
- Owner: voxoco
- License: mit
- Created: 2021-09-10T01:41:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T21:53:22.000Z (8 months ago)
- Last Synced: 2024-06-21T02:11:42.105Z (8 months ago)
- Topics: markdown, netlify, netlify-cms, tailwindui, vite, vue3, windi-css
- Language: Vue
- Homepage: https://voxo.co
- Size: 28.7 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/6b755fdd-d5b2-4dd8-a70f-3488032cb854/deploy-status)](https://app.netlify.com/sites/determined-shannon-bcd95d/deploys)
![alt text](https://github.com/voxoco/website/blob/main/public/assets/images/logo-footer.svg?raw=true)
## 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)
- π¨ [Windi CSS](https://github.com/windicss/windicss) - next generation utility-first CSS framework
- π [Use icons from any icon sets, with no compromise](./src/components)
- π₯ Use the [new `` style](https://github.com/vuejs/rfcs/pull/227)
- π¦Ύ TypeScript, of course
- βοΈ Deploy on Netlify, zero-config
<br>
See [Vitesse](https://github.com/antfu/vitesse) for full featureset.
## Pre-packed
### UI Frameworks
- [Windi CSS](https://github.com/windicss/windicss) (On-demand [TailwindCSS](https://tailwindcss.com/)) - lighter and faster, with a bunch of additional features!
### Icons
- [Iconify](https://iconify.design) - use icons from any icon sets [πIcΓ΄nes](https://icones.netlify.app/)
- [`unplugin-icons`](https://github.com/antfu/unplugin-icons) - using icons as components on-demand### 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
- [`vite-plugin-windicss`](https://github.com/antfu/vite-plugin-windicss) - Windi CSS integration
- [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/antfu/vitesse-lite/generate).
### Clone to local
If you prefer to do it manually with the cleaner git history
```bash
npx degit antfu/vitesse-lite my-vitesse-app
cd my-vitesse-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```