UNPKG

vue-express-mongo-boilerplate

Version:

Express NodeJS application server boilerplate with Mongo and VueJS

10 lines (8 loc) 179 B
import "toastr/build/toastr.css"; import toastr from "toastr/build/toastr.min.js"; toastr.options = { debug: false, newestOnTop: true, timeOut: 5000 }; export default toastr;