Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 647 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 647 Bytes

Nuxt PWA application demo

This is a demo of a progressive web application consuming a Strapi API.

If you want to see the result : demo here

Build Setup

# install dependencies
$ npm run install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

List of currently supported features

Authentication

  • Create account
  • Login
  • Logout

Content

  • Access public content
  • Access private content

Forum

  • View threads list
  • Post new thread
  • Read thread