Stack Vue - alpha 0.1.0
We just released our version 0.1.0 of our Vue stack. It's just an initialization actually.
We just released our version 0.1.0 of our Vue stack. It's just an initialization actually. However, I already use it as an admin interface in three personal projects, and it works pretty well with the stack node :). Vuetify is really powerful to catch every use case without anything else. Feel free to test it or participate :). Enjoy!
Demo
Here, (working with Node stack, email: test@waos.me, password: TestWaos@2019)
Main points
- Stack initialization
Changelog
Features
- all: init ✨ (8e1e976)
- app: add notifications based on request status ✨ (4f91b52)
- auth: add signup ✨ (0b0b6b2)
- auth: imrpove auth rules ✨ (44bc194)
- config: add api in configuration ✨ (3884fea)
- config: add port management for dev env ✨ (b18712e)
- config, helpers, core, app: auto theme dark light ✨ (a280655)
- core: add option to display nav or not only if user is logged ✨ (ec9b0ab)
- dependencies: fix package lock ✨ (53da080)
- deps: clean deps package ✨ (ea18144)
- docker: init examples ✨ (dd88eea)
- global: add demo ✨ (92c9940)
- global: add home page example ✨ (1fdd24d)
- global: upgrade all dependencies :D ✨ (60826e6)
- global: upgrade eslint ✨ (266098e)
- middlewares: fix and add model middleware to clean post put ✨ (72abdc1)
- tasks: add post/put check to remove null value before request ✨ (f3cfbf8)
- tasks: init add/update/delete ✨ (306625d)
- tasks: init tasks list :) ✨ (7459d8a)
- tasks: simplify example ✨ (3b83f72)
Bug Fixes
- package.json, package-lock.json & .snyk to reduce vulnerabilities (0265838)
- package.json, package-lock.json & .snyk to reduce vulnerabilities (8f924f6)
- package.json, package-lock.json & .snyk to reduce vulnerabilities (e96ff6e)
- app: fix interceptors to redirect if 401 🐛 (98357b6)
- build: config 🐛 (a48f514)
- build: fix no console error on build (disable for the moment) 🐛 (baa5c8a)
- config, core: fix design colors 🐛 (309675e)
- core: fix navigation duplicate$ 🐛 (3d4779f)
- core, home, config: fix home page displays 🐛 (64f584b)
- dependencies: fix package lock 🐛 (b84db5c)
- gitignore: ignore generated conf 🐛 (4be0db9)
- global: delete useless files 🐛 (4dfede1)
- global: fix Readme 🐛 (a93aa9f)
- tasks: fix length test 🐛 (6a6a3dc)
- tasks: fix merge 🐛 (e3eeefa)
- tasks: fix missing mapGetters 🐛 (326f851)
- tasks: fix switch from create to edit mode 🐛 (6ac7000)
- tasks: fix update 🐛 (01da760)
- tasks: remove old console log 🐛 (b1aeb58)
- tasks: remove useless code 🐛 (a28704b)
- tasks: warning router 🐛 (ee6a455)
- package.json & package-lock.json to reduce vulnerabilities (a11f1b5)
- package.json & package-lock.json to reduce vulnerabilities (4eecc65)
- package.json, package-lock.json & .snyk to reduce vulnerabilities (e5b7bf8)