Stack Vue - alpha 1.0.0

We just released our version 1.0.0 of our Vue stack. We are getting closer to the beta ...

Stack Vue - alpha 1.0.0

We just released our version 1.0.0 of our Vue stack. We are getting closer to the beta, only two steps are missing, subscriptions and users administration. It is this stack that we use for our showcase :). You can get visibility into what's targeted next here.

Demo

Here, (working with Node stack, email: test@waos.me, password: TestWaos@2019)

Main points

  • Home page review in components
  • Home page switch configuration to JSON
  • add Subscriptions example
  • add Contact example
  • add Ghost Blog example
  • favicon, tabs title ....

Changelog

Bug Fixes

  • 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: signin disapear 🐛 (68a2a00)
  • core, app: signin failed notif, signout hide button 🐛 (a26edc9)
  • core, home, config: fix home page displays 🐛 (64f584b)
  • dependencies: fix package lock 🐛 (b84db5c)
  • docker: fix docker hook 🐛 (429e55a)
  • docker: fix hook 🐛 (76af2ab)
  • docker: fix NODE ENV on build 🐛 (09fc80c)
  • docker: hook adjust args 🐛 (a99979f)
  • gitignore: ignore generated conf 🐛 (4be0db9)
  • global: delete useless files 🐛 (4dfede1)
  • global: fix Readme 🐛 (a93aa9f)
  • global: refactor new lint rules 🐛 (be4cd31)
  • home: backgorund max height limited 🐛 (97fe2ac)
  • home: dark light theme fix 🐛 (5eb4d17)
  • home: dynamic background 🐛 (7ea0f75)
  • home: fix background image in homepage 🐛 (6c70079)
  • home: fix critical erros 🐛 (379dfea)
  • home: fix end links 🐛 (ff78859)
  • home: fix releases calc & features centering 🐛 (1dbf416)
  • home: line break line space in contact mail 🐛 (13b5ea4)
  • home: logo aspect ratio review 🐛 (b000e16)
  • home: style fix 🐛 (706f1ca)
  • hook fix: fix docker hook for docker hub 🐛 (17f6e59)
  • release: url 🐛 (d920bc3)
  • package.json & package-lock.json to reduce vulnerabilities (a11f1b5)
  • 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)
  • 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 (4eecc65)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (e5b7bf8)

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)
  • config, plugins: init matomo example for analytics ✨ (51ba7cb)
  • core: add custom top menu & tooltips ✨ (3e493ef)
  • core: add left top menu ✨ (8a9c3e4)
  • core: add option to display nav or not only if user is logged ✨ (ec9b0ab)
  • core: manage dropdown menu for social links on phone ✨ (f55d78b)
  • core, auth: add sign in up display option ✨ (6a539e2)
  • 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)
  • home: add blog link ✨ (4b99849)
  • home: add links ✨ (7607910)
  • home: add logo img config option ✨ (e76423b)
  • home: add releases changelogs & page content mngt ✨ (8823c7a)
  • home: add stats example ✨ (4fc06ae)
  • home: adjust home indent ✨ (f7b767e)
  • home: auto reset contact form ✨ (c7a8a6d)
  • home: init markdown for texts ✨ (af71a50)
  • home: option on about us display ✨ (a604a8c)
  • home: set default background var ✨ (91ca750)
  • home, config: add subtitle ✨ (4be99e5)
  • home, config: hide empty section links ✨ (6f2a156)
  • home, core: switch config to global config ✨ (656c070)
  • home, plugins, config: rework landing page ✨ (693b695)
  • middlewares: fix and add model middleware to clean post put ✨ (72abdc1)
  • subscriptions: init ✨ (e3f7a70)
  • 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)