Hare Versions Save

🐇 Application boilerplate based on Vue.js 2.x, Koa 2.x, Element-UI and Nuxt.js

v1.0.0-alpha.0

5 years ago

Features

  • enable modern mode (b267c53)
  • Refactor examples, add Français locale (f3881ec)
  • remove momentjs (52918bd)
  • replace vue-clipboards with vue-clipboard2 (fb700d7)
  • upgrade nuxt to 2 (d132e67)
  • upgrade vue-i18n to v8 (00eec76)
  • use eslint-plugin-vue (cdf9ae8)

Bug Fixes

v0.4.0

6 years ago

Minor Changes

  • upgrade nuxt.js to 1.4.0 (43a3518)
  • remove babel, because minimum Node.js version required is increased to 8.0.0 (93d8e9f)
  • remove webpack in server side (044c3b8)
  • improve vscode debug configuration file (d445cf5)

v0.3.0

6 years ago

Bug Fixes

Features

v0.2.3

6 years ago

Bug Fixes

  • error parsing appveyor.yml (3eb5682)
  • ignore prepublish when installing (6d57eda)
  • ignore unavailable vulnerabilities for 30 days (9cff0b3)
  • re-generate heroku api key (6d8efd7)
  • session missing issue (2b3d32e)
  • session not saved issue (9f71d76)
  • switch off macos building for now due to unstable travis (b2ecea9)

Features

  • cache dependencies in ci (4470bd9)
  • upgrade vue-chartjs to 3.0.0 (37ad277)
  • use circleci instead of travis for building (fbe5d8f)

v0.2.2

6 years ago

Bug Fixes

  • error parsing appveyor.yml (64fcf4a)
  • ignore prepublish when installing (1656e9f)
  • re-generate heroku api key (30e0da5)
  • session missing issue (a01576b)
  • session not saved issue (f9411e8)
  • switch off macos building for now due to unstable travis (daf86d4)

Features

  • cache dependencies in ci (4580e5b)
  • upgrade vue-chartjs to 3.0.0 (40c75cd)
  • use circleci instead of travis for building (72f2a73)

v0.2.1

6 years ago

Bug Fixes

  • change build directory (897dc92)
  • correct program in vsc debug (a4c42d2)

Features

v0.2.0

6 years ago

Bug Fixes

  • color of overflowed menu mismatch (4d5297f)
  • specify a maintainer of the Dockerfile (fdfa58e)

Features

  • refactor: login page (c4ab867)
  • add heroku in travis building (8c5334)
  • add standard-version (2760b35)

v0.1.4

6 years ago
  • chore: upgrade Nuxt to 1.0.0-rc11
  • chore: bump dependencies, such as: element-ui, koa, vue-chartjs, webpack, eslint, babel and so on
  • feat(console): show address after server started c91435fe 0cee955a
  • fix: login failed redirect issue 605bef5a
  • feat: introduce vue-clipboards as plugin bfb8d07b 2e401738
  • feat(mobile): adjust layout in small size screen
    • 30a7176a
    • 513c53b9
    • 9abedf68
  • refactor: use flex box in demo 6631609f
  • feat: production docker config 1ad2f33a
  • refactor: remove loadsh dep 3535a8d1
  • fix: color of overflowed menu mismatch issue
  • feat: add i18n for element beb0b722

v0.1.3

6 years ago

v0.1.2

6 years ago
  • upgrade Element-UI to 1.3.7
  • upgrade Nuxt to 1.0.0-alpha4 (now use Vue 2.3.x and look forward to Nuxt 1.0.0 release)
  • upgrade to Koa 2.3 and its plugins
  • upgrade ESlint
  • upgrade Webpack to 3.0
  • support jwt expiration
  • add koa logger injection (use ctx.log)
  • integrate Chart.js
  • support i18n and auto-detect locale
  • fetch menu from backend
  • add demo for charts