All Projects → element-plus → element-plus-nuxt-starter

element-plus / element-plus-nuxt-starter

Licence: MIT License
🌰 WIP! A starter example for element-plus with Nuxt 3.

Programming Languages

Vue
7211 projects
typescript
32286 projects
SCSS
7915 projects

Projects that are alternatives of or similar to element-plus-nuxt-starter

nuxt-stencil
Easy Stencil.js component library integration with Nuxt.js.
Stars: ✭ 16 (-63.64%)
Mutual labels:  nuxt
website
My personal website and blog. Made with Nuxt.js and WindiCSS.
Stars: ✭ 19 (-56.82%)
Mutual labels:  nuxt
nuxt-config
Nuxt.js全面配置(持续更新中……)
Stars: ✭ 67 (+52.27%)
Mutual labels:  nuxt
nuxt-prune-html
🔌⚡ Nuxt module to prune html before sending it to the browser (it removes elements matching CSS selector(s)), useful for boosting performance showing a different HTML for bots/audits by removing all the scripts with dynamic rendering
Stars: ✭ 69 (+56.82%)
Mutual labels:  nuxt
nuxt3-docs-zh
Nuxt3中文文档
Stars: ✭ 38 (-13.64%)
Mutual labels:  nuxt
AnotherPomodoro
Modern and customizable productivity timer app that runs in your browser.
Stars: ✭ 126 (+186.36%)
Mutual labels:  nuxt
my-blog
🐬 个人技术博客(基于vue的服务端渲染 nuxt.js)
Stars: ✭ 94 (+113.64%)
Mutual labels:  nuxt
nuxt-handson
Nuxt.js Hands-On
Stars: ✭ 24 (-45.45%)
Mutual labels:  nuxt
madewithsupabase
A collection of projects made with Supabase – Websites, Mobile Apps, SaaS, Plugins and more!
Stars: ✭ 84 (+90.91%)
Mutual labels:  nuxt
Ocelot-Social
Free and open-source social network for active citizenship.
Stars: ✭ 49 (+11.36%)
Mutual labels:  nuxt
nuxt-plesk-example
No description or website provided.
Stars: ✭ 27 (-38.64%)
Mutual labels:  nuxt
nuxt-winston-log
Nuxt module for logging SSR errors using winston
Stars: ✭ 41 (-6.82%)
Mutual labels:  nuxt
nuxt-netlify-lambda-starter
🛠️ SEO-friendly website starter backed by Netlify lambda functions in a simple, friendly repo
Stars: ✭ 60 (+36.36%)
Mutual labels:  nuxt
static-website
🖥 New Vue/Nuxt website for cdnjs.com - The #1 free and open source CDN built to make life easier for developers.
Stars: ✭ 47 (+6.82%)
Mutual labels:  nuxt
deved-platform
Nuxt.js for the new Vonage Developer Education site.
Stars: ✭ 15 (-65.91%)
Mutual labels:  nuxt
hoc-element-table
📦 A Vue 3.x Table Component built on Webpack 5
Stars: ✭ 26 (-40.91%)
Mutual labels:  element-plus
nuxt-starter-netlify-cms
Example nuxt + netlify cms project. Nuxt port of Gatsby starter app.
Stars: ✭ 13 (-70.45%)
Mutual labels:  nuxt
date-fns-module
Modern JavaScript date utility library - date-fns for Nuxt.js
Stars: ✭ 68 (+54.55%)
Mutual labels:  nuxt
yamlful
YAML-based HTTP client code generation
Stars: ✭ 77 (+75%)
Mutual labels:  nuxt
bodymoji
Draws an emoji on your face! Powered by Nuxt.js, Tensorflow.js and Posenet
Stars: ✭ 21 (-52.27%)
Mutual labels:  nuxt

Element Plus with Nuxt 3 Minimal Starter

🏗 Working in Progress

Nuxt 3 is still beta, we may need to keep updating to adapt it. It doesn't work very well yet.

Preview: https://element-plus-nuxt-starter.vercel.app/

We recommend to look at the Nuxt 3 Docs and Element Plus Docs.

Setup

Make sure to install the dependencies

yarn install

Development

Start the development server on http://localhost:3000

yarn dev

More info about nuxt deployment.

Run npm run generate to generate static html in .output/public.

Production

Build the application for production:

yarn build

Checkout the deployment documentation.

Ref

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].