Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etewiah/nuxt-express-pwb
https://github.com/etewiah/nuxt-express-pwb
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/etewiah/nuxt-express-pwb
- Owner: etewiah
- Created: 2021-08-20T22:11:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T22:11:52.000Z (over 3 years ago)
- Last Synced: 2025-01-06T04:47:56.419Z (18 days ago)
- Language: Vue
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt.js with Express
> [ExpressJS](http://expressjs.com/) + [Nuxt.js](https://nuxtjs.org) = :zap:
Live Demo: [https://codesandbox.io/s/github/nuxt-community/express-template](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:
```bash
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](http://localhost:3000). |
| npm run build | Build the nuxt.js web application for production. |
| npm start | Start ExpressJS server in production. |## Examples
- [Handling Protected SSR Routes](https://github.com/nuxt/express/blob/master/protected-ssr-api.md)
## Documentation
- [ExpressJS](http://expressjs.com/en/guide/routing.html)
- [Nuxt.js](https://nuxtjs.org/guide/)
- [Vue.js](http://vuejs.org/guide/)## Licenses
- [ExpressJS license](https://github.com/expressjs/express/blob/master/LICENSE)
- [NuxtJS license](https://github.com/nuxt/nuxt.js/blob/master/LICENSE.md)
- [VueJS license](https://github.com/vuejs/vue/blob/master/LICENSE)