https://github.com/ctwhome/vite-supabase
Vite Supabase Temaplate based on Vitesse
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.6%) to scientific vocabulary
Repository
Vite Supabase Temaplate based on Vitesse
Basic Info
- Host: GitHub
- Owner: ctwhome
- License: mit
- Language: TypeScript
- Default Branch: master
- Size: 35.2 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Mocking up web app with Vitesse(speed)
Now with Windi CSS! ⚡️
Features
📲 PWA
🎨 Windi CSS - on-demand Tailwind CSS with speed
🔥 Use the new
<script setup>style🖨 Server-side generation (SSG) via vite-ssg
🦾 TypeScript, of course
☁️ Deploy on Netlify, zero-config
Pre-packed
UI Frameworks
- Windi CSS (On-demand TailwindCSS) - lighter and faster, with a bundle additional features!
- Windi CSS Typography - similar to Tailwind CSS Typography but for Windi CSS
Icons
- Iconify - use icons from any icon sets 🔍Icônes
vite-plugin-icons- icons as Vue components
Plugins
- Vue Router
vite-plugin-pages- file system based routingvite-plugin-vue-layouts- layouts for pages
vite-plugin-components- components auto importvite-plugin-pwa- PWAvite-plugin-windicss- WindiCSS supportvite-plugin-md- Markdown as components / components in Markdownmarkdown-it-prism- Prism for syntax highlightingprism-theme-vars- customizable Prism.js theme using CSS variables
- Vue I18n - Internationalization
vite-plugin-vue-i18n- Vite plugin for Vue I18n
- VueUse - collection of useful composition APIs
@vueuse/head- manipulate document head reactively
Coding Style
- Use Composition API with
<script setup>SFC - ESLint with @antfu/eslint-config-vue, single quotes, no semi.
Dev tools
- TypeScript
- pnpm - fast, disk space efficient package manager
vite-ssg- Server-side generation- Netlify - deploy
- VS Code Extensions
Variations
As this template is strongly opinionated, the following provides a curated list for community maintained variations with different preferences and feature sets. Check them out as well. PR to add yours are also welcome!
- vitesse-lite by @kn0wn
- vitesse-addons by johncampionjr - additional options for integrations, including Prettier and Storybook
Try it now!
GitHub Template
Create a repo from this template on GitHub.
Clone to local
If you prefer to do it manually with the cleaner git history
bash
npx degit antfu/vitesse my-vitesse-app
cd my-vitesse-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
Checklist
When you use this template, try follow the checklist to update your info properly
- [ ] Rename
namefield inpackage.json - [ ] Change the author name in
LICENSE - [ ] Change the title in
App.vue - [ ] Change the favicon in
public - [ ] Remove the
.githubfolder which contains the funding info - [ ] Clean up the READMEs and remove routes
And, enjoy :)
Usage
Development
Just run and visit http://localhost:3333
bash
pnpm dev
Build
To build the App, run
bash
pnpm build
And you will see the generated file in dist that ready to be served.
Deploy on Netlify
Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.
Why
I have created several Vite apps recently. Setting the configs up is kinda the bottleneck for me to make the ideas simply come true within a very short time.
So I made this starter template for myself to create apps more easily, along with some good practices that I have learned from making those apps. It's strongly opinionated, but feel free to tweak it or even maintains your own forks. (see community maintained variation forks)
Owner
- Name: Jesse Gonzalez
- Login: ctwhome
- Kind: user
- Location: Amsterdam (Netherlands)
- Company: Netherlands eScience Center
- Website: https://www.ctwhome.com
- Twitter: ctwhome
- Repositories: 130
- Profile: https://github.com/ctwhome
Research Engineer at @NLeSC
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| J. Gonzalez | c****w@c****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- @antfu/eslint-config ^0.4.3 development
- @iconify/json ^1.1.308 development
- @intlify/vite-plugin-vue-i18n ^1.0.0-beta.17 development
- @types/nprogress ^0.2.0 development
- @typescript-eslint/eslint-plugin ^4.15.2 development
- @vitejs/plugin-vue ^1.1.4 development
- @vue/compiler-sfc ^3.0.5 development
- @vue/server-renderer ^3.0.5 development
- cross-env ^7.0.3 development
- eslint ^7.20.0 development
- markdown-it-prism ^2.1.4 development
- pnpm ^5.18.0 development
- typescript ^4.2.2 development
- vite ^2.0.2 development
- vite-plugin-components ^0.7.1 development
- vite-plugin-icons ^0.2.4 development
- vite-plugin-md ^0.5.1 development
- vite-plugin-pages ^0.4.5 development
- vite-plugin-pwa ^0.5.3 development
- vite-plugin-vue-layouts ^0.2.2 development
- vite-plugin-windicss ^0.4.12 development
- vite-ssg ^0.8.10 development
- @vueuse/core ^4.2.2
- @vueuse/head ^0.2.3
- nprogress ^0.2.0
- prism-theme-vars ^0.1.4
- vue ^3.0.5
- vue-i18n ^9.0.0-rc.8
- vue-router ^4.0.4
- 699 dependencies