All Projects → nuxt-community → Express Template

nuxt-community / Express Template

Starter template for Nuxt.js with Express.

Projects that are alternatives of or similar to Express Template

Generator Express No Stress
🚂 A Yeoman generator for Express.js based 12-factor apps and apis
Stars: ✭ 534 (-48.1%)
Mutual labels:  express, expressjs
Gitwar
🚀 Gitwar - Compete with Github
Stars: ✭ 44 (-95.72%)
Mutual labels:  express, expressjs
Express Validator
An express.js middleware for validator.js.
Stars: ✭ 5,236 (+408.84%)
Mutual labels:  express, expressjs
Serverless Express
Run Node.js web applications and APIs using existing application frameworks on AWS #serverless technologies such as Lambda, API Gateway, Lambda@Edge, and ALB.
Stars: ✭ 4,265 (+314.48%)
Mutual labels:  express, expressjs
Pretzel
Javascript full-stack framework for Big Data visualisation and analysis
Stars: ✭ 26 (-97.47%)
Mutual labels:  express, expressjs
Express Openapi Validator
🦋 Auto-validates api requests, responses, and securities using ExpressJS and an OpenAPI 3.x specification
Stars: ✭ 436 (-57.63%)
Mutual labels:  express, expressjs
Openuserjs.org
The home of FOSS user scripts.
Stars: ✭ 632 (-38.58%)
Mutual labels:  express, expressjs
Express Status Monitor
🚀 Realtime Monitoring solution for Node.js/Express.js apps, inspired by status.github.com, sponsored by https://dynobase.dev
Stars: ✭ 3,302 (+220.89%)
Mutual labels:  express, expressjs
Vue Stack
Minimalistic Boilerplate for FullStack Express and Vue.js applications
Stars: ✭ 26 (-97.47%)
Mutual labels:  express, nuxt
Mean Angular5 Passport Authentication
Securing MEAN Stack (Angular 5) Web Application using Passport Authentication
Stars: ✭ 24 (-97.67%)
Mutual labels:  express, expressjs
Mean Angular4 Chat App
MEAN stack with Angular 4 Chat App
Stars: ✭ 41 (-96.02%)
Mutual labels:  express, expressjs
Essay
A blog system based on Nuxt.js
Stars: ✭ 913 (-11.27%)
Mutual labels:  express, nuxt
Practicalnode
Practical Node.js, 1st and 2nd Editions [Apress] 📓
Stars: ✭ 3,694 (+258.99%)
Mutual labels:  express, expressjs
Opine
Fast, minimalist web framework for Deno ported from ExpressJS.
Stars: ✭ 506 (-50.83%)
Mutual labels:  express, expressjs
Judo Heroes
A React application to showcase rendering with Universal JavaScript
Stars: ✭ 373 (-63.75%)
Mutual labels:  express, expressjs
Express Babel
Express starter kit with ES2017+ support, testing, linting, and code coverage
Stars: ✭ 621 (-39.65%)
Mutual labels:  express, expressjs
Awesome Express
这个仓库主要是收集 Express 好用的中间件、新闻资讯、网站等,这是我在基于Express开发web应用过程中搜集到的一些插件和看到的一些好的内容。
Stars: ✭ 241 (-76.58%)
Mutual labels:  express, expressjs
Nodebestpractices
✅ The Node.js best practices list (December 2021)
Stars: ✭ 72,734 (+6968.42%)
Mutual labels:  express, expressjs
Rest Api Nodejs Mongodb
A boilerplate for REST API Development with Node.js, Express, and MongoDB
Stars: ✭ 672 (-34.69%)
Mutual labels:  express, expressjs
Webpack2 Express Heroku Starter
Starter app using Webpack 2, Express, setup to deploy to Heroku.
Stars: ✭ 12 (-98.83%)
Mutual labels:  express, expressjs

Nuxt.js with Express

ExpressJS + Nuxt.js = ⚡️

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 ✨

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

Command Description
npm run dev Start ExpressJS server in development with Nuxt.js in dev mode (hot reloading). Listen on http://localhost:3000.
npm run build Build the nuxt.js web application for production.
npm start Start ExpressJS server in production.

Examples

Documentation

Licenses

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