Skip to content

icai/nuxt-starter

 
 

Repository files navigation

Express with Nuxt 3 Minimal Starter

🏗 Working in Progress

SSR Preview: https://nuxt-starter-icai.vercel.app/

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

Setup

Make sure to install the dependencies

pnpm install

Development

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

pnpm dev

More info about nuxt deployment.

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

Production

Build the application for production:

pnpm build

Checkout the deployment documentation.

Deploy

See Nuxt on Vercel.

Ref

About

🌰 NeonCMS, A starter example for Nuxt 3 with express.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 72.8%
  • Vue 20.8%
  • JavaScript 3.3%
  • TypeScript 3.1%