1.1.2 • Published 1 year ago

@alejandrogongora/nuxt-express v1.1.2

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Nuxt.js with Express

ExpressJS + Nuxt.js = :zap:

Live Demo: https://codesandbox.io/s/github/nuxt-community/express-template

Installation

This is a template project, click on the green button "Use this template" at the top of this page and get started with GitHub :sparkles:

One you cloned your repository, install the dependencies with:

yarn install # or npm install

ExpressJS Changes

  • There is a api directory with the root of your api server.
  • The routes directory is called api/routes.

Commands

CommandDescription
npm run devStart ExpressJS server in development with Nuxt.js in dev mode (hot reloading). Listen on http://localhost:3000.
npm run buildBuild the nuxt.js web application for production.
npm startStart ExpressJS server in production.

Examples

Documentation

Licenses