a Sails + Nuxt + Vuetify application
This project was made as a concept proof of sails + nuxt working together and using Vuetify as the ui framework
Prerequisites as far as I know:
- node 8
- eslint
and any other prerequisites of sails, nuxt and vuetify the easiest way to give it a spin on dev mode is running it as the following
git clone https://github.com/AngelMunoz/sails-nuxt.git
npm install
NODE_ENV=development node app.js --log.level=sily
on windows just omit the NODE_ENV
part
if you want to reload the serverside part of the framework consider pm2
or nodemon
if you are using vscode it is pretty easy to debug the serverside just press F5 (after npm install of course) and that should get you up and running
-
Updated nuxt and dependencies [2018-30-01]. thanks to @iworb for pointing out the correct versions
-
Updated nuxt and dependencies [2018-11-01]Will be reverting to RC11 because of a bunch of errors, Looking at it. -
Adding Web Sockets Sample! [2017-05-12]
Thanks to Vue Socket.io we can now show a small "Sample" of a chat (sorry for that awfulness of my bad ui/ux skills but it should show the point)