0.1.7 • Published 3 years ago

nuxtt v0.1.7

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

nuxtt

Build Setup

# install dependencies
$ npm 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

For detailed explanation on how things work, check out Nuxt.js docs.

History:

  • v 0.1.7: Testing with custom app - starting to bring over middleware and serverMiddleware modules;
    • included mongoose as depedendency
    • included plugins from master and cleaned up configuration a bit
    • included other necessary dependencies
    • included io (socket-server)
    • included node-persist
  • v 0.1.6: Revamped app, added "expressinit.js" to start as express server with Nuxt middleware;