Sails + Nuxt + Vuetify Combo <3
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:
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
After you have followed Sails’s Team Recomendations for production just
run the npm start
command and this should just work.
Adding Web Sockets Sample! [2017-12-05]
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)
Don’t forget there’s also a typescript branch
you should be able to use typescript in the controllers as well as on the helpers, that can give you a headstart