All Projects → AngelMunoz → Sails Nuxt

AngelMunoz / Sails Nuxt

Licence: mit
Sails + Nuxt + Vuetify Combo <3

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sails Nuxt

awrora-starter
Landing page template built with one of most popular javascript library Vue.JS, Vuetify (Material Design) and Nuxt.JS with SSR.
Stars: ✭ 38 (-58.7%)
Mutual labels:  ssr, nuxt, nuxtjs, vuetify
Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (-57.61%)
Mutual labels:  nuxt, nuxtjs, vuetify, ssr
jooger.me
👍 My personal website,powered by @nuxt
Stars: ✭ 39 (-57.61%)
Mutual labels:  ssr, nuxt, nuxtjs
Nuxt Ssr Firebase
Nuxt.js Universal App with SSR via Firebase Functions and Firebase Hosting
Stars: ✭ 273 (+196.74%)
Mutual labels:  nuxt, nuxtjs, ssr
Nuxt Material Admin
Vue-CLI Boilerplate based on Nuxt and vue-material-admin template.
Stars: ✭ 310 (+236.96%)
Mutual labels:  nuxt, nuxtjs, vuetify
graduation-web
A PWA for the community of students of CEIT Department at Amirkabir U of Technology (Class of 2018)
Stars: ✭ 25 (-72.83%)
Mutual labels:  ssr, nuxtjs, vuetify
blog-frontend
Frontend of blog created using: GraphQL (Apollo) + Vue + Nuxt.js + TypeScript + Vuetify...
Stars: ✭ 43 (-53.26%)
Mutual labels:  ssr, nuxt, vuetify
Laravel Vuejs.com
Laravel and VueJs Blog, using Laravel nova, GraphQL, NuxtJs, Apollo and ...more
Stars: ✭ 54 (-41.3%)
Mutual labels:  nuxt, nuxtjs, ssr
LaraNuxt
Laravel framework with integrated NuxtJs support, preconfigured for eslint, jest and vuetify.
Stars: ✭ 53 (-42.39%)
Mutual labels:  nuxt, nuxtjs, vuetify
Wemake Vue Template
Bleeding edge vue template focused on code quality and developer happiness.
Stars: ✭ 645 (+601.09%)
Mutual labels:  nuxt, nuxtjs, ssr
Sitemap Module
Sitemap Module for Nuxt
Stars: ✭ 539 (+485.87%)
Mutual labels:  nuxt, nuxtjs, ssr
Vuecnodejs
⚽️🎉Vue初/中级项目,CnodeJS社区重构。( a junior project of Vue.js, rewrite cnodejs.org ) 预览(DEMO):
Stars: ✭ 705 (+666.3%)
Mutual labels:  nuxt, nuxtjs, ssr
Virapro.ru
[E-commerce] Plumbing Store
Stars: ✭ 45 (-51.09%)
Mutual labels:  nuxt, nuxtjs, ssr
laravel-nuxt
Laravel 5.6 + Nuxt 1.4: Auth Starter (SSR, SPA, Socialite)
Stars: ✭ 19 (-79.35%)
Mutual labels:  ssr, nuxt, nuxtjs
lumen-cms
GraphQL API-First CMS based on NodeJS and Vue 2, Nuxt and Vuetify
Stars: ✭ 77 (-16.3%)
Mutual labels:  nuxt, nuxtjs, vuetify
Blog Front
blog-front @nuxt
Stars: ✭ 305 (+231.52%)
Mutual labels:  nuxt, nuxtjs, ssr
Surmon.me
🆒 My personal website and blog, powered by @vuejs (3)
Stars: ✭ 1,767 (+1820.65%)
Mutual labels:  nuxt, nuxtjs, ssr
solidata frontend
first draft for solidata_frontend : vue+nuxt+vuetify+i18n+axios
Stars: ✭ 15 (-83.7%)
Mutual labels:  nuxt, nuxtjs, vuetify
Nuxt Firebase Sns Example
Nuxt v2 & Firebase(Hosting / Functions SSR / Firestore), Google Auth SNS Example.
Stars: ✭ 485 (+427.17%)
Mutual labels:  nuxt, nuxtjs, ssr
Nuxt Static Render
Nuxt module for SSR without rehydration payload
Stars: ✭ 32 (-65.22%)
Mutual labels:  nuxt, nuxtjs, ssr

Nuxt-Sails

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

Production

After you have followed Sails's Team Recomendations for production just run the npm start command and this should just work.

Recent Updates:

  • Updated dependencies and fixed a lot of vuetify deprecations as well as fixing some errors on user update in the client side [2019-10-21].

  • Updated Sails/Nuxt/Vuetify and dependencies [2018-10-25].

  • Updated Adding cross-env and "start" npm command as production [2018-04-11].

  • Updated Sails, Vuetify and the rest of the dependencies, Also added a scroll bar on the chat window demo [2018-04-11].

  • Updated Vuetify and dependencies [2018-02-22].

  • Updated nuxt and dependencies [2018-01-30]. thanks to @iworb for pointing out the correct versions

  • Updated nuxt and dependencies [2018-01-11] Will be reverting to RC11 because of a bunch of errors, Looking at it.

  • 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)

Extras

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

Sails Links

Nuxt Links

Vuetify Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].