All Projects → vitelabs → vite.org

vitelabs / vite.org

Licence: other
The Official Website of Vite - https://vite.org

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to vite.org

supabase-schema
Secured & Simple Supabase Schema Visualizer
Stars: ✭ 216 (+596.77%)
Mutual labels:  yarn, vite
vitesse-nuxt-bridge
🏕 Vitesse experience for Nuxt 2 and Vue 2
Stars: ✭ 149 (+380.65%)
Mutual labels:  nuxt, vite
nuxt-vite
Nuxt + Vite!! HMR so fast it'll make your head spin! Plus all the benefits of Nuxt
Stars: ✭ 54 (+74.19%)
Mutual labels:  nuxt, vite
vite-vue-admin
🎉🎉使用Vite + Vue3 + TypeScript + Element-plus + Mock开发的后台管理系统🎉🎉
Stars: ✭ 97 (+212.9%)
Mutual labels:  yarn, vite
unplugin-icons
🤹 Access thousands of icons as components on-demand universally.
Stars: ✭ 2,064 (+6558.06%)
Mutual labels:  nuxt, vite
electron-vite-quick-start
⚡ Full stack uses Vite to run Electron application, including main process.
Stars: ✭ 45 (+45.16%)
Mutual labels:  yarn, vite
nextjs-monorepo-example
Collection of monorepo tips & tricks
Stars: ✭ 874 (+2719.35%)
Mutual labels:  yarn, vite
nuxt-ssr-firebase
A example repo for using nuxt with firebase hosting and cloud functions
Stars: ✭ 58 (+87.1%)
Mutual labels:  nuxt
vite-plugin-eslint
Plugs ESLint into Vite dev server
Stars: ✭ 55 (+77.42%)
Mutual labels:  vite
nuxt3-tailwind
nuxt3 boilerplate with tailwind and dynamic routes.
Stars: ✭ 52 (+67.74%)
Mutual labels:  vite
vite-vue3-tailwind
Boilerplate at vue 3 whit firebase, vue notus, typesctip, vite, tailwind
Stars: ✭ 21 (-32.26%)
Mutual labels:  vite
create-xc-app
⚡️ Create a project in seconds!
Stars: ✭ 15 (-51.61%)
Mutual labels:  vite
portfolio-2018
My personal portfolio / resume online
Stars: ✭ 18 (-41.94%)
Mutual labels:  nuxt
nuxt-speedkit
nuxt-speedkit will help you to improve the lighthouse performance score (100/100) of your website.
Stars: ✭ 401 (+1193.55%)
Mutual labels:  nuxt
nuxt-modules-cli
Browse Nuxt.js modules from the terminal
Stars: ✭ 25 (-19.35%)
Mutual labels:  nuxt
loading-screen
Loading Screen Module for Nuxt.js
Stars: ✭ 89 (+187.1%)
Mutual labels:  nuxt
admin-two-vue-bulma-dashboard
Free Vue.js Bulma Buefy Admin Dashboard Template. Vite & Vue CLI supported
Stars: ✭ 68 (+119.35%)
Mutual labels:  vite
vite-plugin-cloudflare
🔥Building Cloudflare workers is faster and easier using vite-plugin-cloudflare with node builtins like process and stream
Stars: ✭ 108 (+248.39%)
Mutual labels:  vite
nuxt-ghost
Easy Ghost content API integration with Nuxt.js.
Stars: ✭ 27 (-12.9%)
Mutual labels:  nuxt
nuxt-fundamentals
Source code for the Nuxt.js Fundamentals course
Stars: ✭ 40 (+29.03%)
Mutual labels:  nuxt

vite.org

Source code for vite.org.

Start

Environment

  • node: >= 9.xx
  • yarn: >= 1.3.xx

If you have not install node, you can use nvm to manage node.

If you have not install yarn, Please read yarn

git clone [email protected]:vitelabs/vite.org.git

yarn

If the node-sass is not installed correctly, you can run npm rebuild node-sass.

Cli

  • npm run dev: run local dev server, you can see result by visit: http://localhost:3000
  • npm run build: build production assets
  • npm run start: start server
  • npm run generate: generate static html
  • npm run p: run npm run build and npm run generate
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].