Skip to content

xtrinch/vue-sails-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-sails-todo

About

Demonstrates:

  • the use of API services with axios
  • routing with vue-router
  • state management with vuex
  • using bootstrap-vue for easier design
  • async / await instead of promises

Usage in development

Frontend

  • run npm start in frontend

Backend

  • run npm start in backend

Database

  • with sails.js it's really easy to switch databases, just choose a different adapter, I chose mongodb for this example
  • make sure you have mongodb installed and running at localhost:27018

Components

  • sails - backend and data provider, ruby on rails inspired framework
  • vue.js - frontend framework
  • vuex - state management for vue.js
  • bootstrap vue - frontend design framework
  • vue router - frontend router
  • axios - a vue HTTP client

About

Todo app developed with sails.js and vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages