mevn-cli

Light speed setup for MEVN(Mongo Express Vue Node) Apps

MIT License

Downloads
194
Stars
821
Committers
43

Bot releases are hidden (Show)

mevn-cli - v1.6.1

Published by jamesgeorge007 over 5 years ago

Fix

  • Critical bug fix (Configure @babel/polyfill)
mevn-cli - v1.6.0

Published by jamesgeorge007 over 5 years ago

Features

  • Revamped commands
  • Supports surge.sh for SPA deployments
  • Better refactored code-base
  • Automates the process of updating route config within main.js on generating components with mevn generate
  • Out of the box support to add new plugins and lazy load components as required
  • Use mevn add to install additional plugins on the go.

Internal changes

Breaking changes

  • Rename mevn add:package to mevn add
mevn-cli - v1.5.1

Published by jamesgeorge007 over 5 years ago

Fixes

  • Removed unworth logs.
  • Minor bug fixes.
mevn-cli - v1.5.0

Published by jamesgeorge007 over 5 years ago

Internal Changes

  • Critical bug fixes.
  • Code refactor.
  • Use node-banner for displaying banner.

Removed dependencies

  • shelljs
  • figlet
  • clear
mevn-cli - v1.4.8

Published by jamesgeorge007 over 5 years ago

Internal changes

  • Minor change in directory hierarchy
  • Add constants entry
  • Updated banner

Other changes

  • Update Docs
  • Minox bug fixes
mevn-cli - v1.4.7

Published by jamesgeorge007 over 5 years ago

Fixes

  • Updated the commands list to be in sync with the latest changes (mevn init).
  • Docs update
mevn-cli - v1.4.6

Published by jamesgeorge007 over 5 years ago

Fixes

Minor bug fixes - (validate installation)

Commits

  • 0da5058
  • f564f8f
mevn-cli - v1.4.5

Published by jamesgeorge007 over 5 years ago

Features

  • Provides pwa support for the Nuxt-js template. #74
  • mevn deploy works out of the box.
  • Slightly updated banner.

Internal Changes

  • Use open instead of opn (deprecated).

  • Avoid the use of os module.

  • Adopted a promisified approach rather than usingdeferExec() in-order to cope up with the async nature.

  • Other minor bug fixes

mevn-cli - v1.4.3

Published by jamesgeorge007 over 5 years ago

  • Suggest matching commands
  • New info command that prints local environment information
  • Use -v, --version options and deprecate version command
  • Updated demo
  • Other bug fixes
mevn-cli - v1.4.1

Published by jamesgeorge007 over 5 years ago

Fixed a minor bug (Showing up incorrect path). 0be5821

mevn-cli - v1.4.0

Published by jamesgeorge007 over 5 years ago

Breaking changes

  • Removed create:git-repo command and made it such that an initial commit is made with mevn init.
  • Removed create:component command included it as part of generate.

Other changs

  • Improvements to the code-base
  • Minor bug fixes #111
mevn-cli - v1.3.5

Published by jamesgeorge007 over 5 years ago

Fixed a bug encountered while installing the package via npm

Commits

  • bf96e59
mevn-cli - v1.3.3

Published by jamesgeorge007 over 5 years ago

Minor tweakings

mevn-cli - v1.3.2

Published by jamesgeorge007 over 5 years ago

Commits

  • f5b356f
mevn-cli - v1.3.1

Published by jamesgeorge007 over 5 years ago

Minor bugs fixed.

mevn-cli - v1.3.0

Published by jamesgeorge007 over 5 years ago

Setup babel and eslint-prettier configurations

This release beings about improvements to the code-base such as:-

  • Use importstatement to include the required dependencies.
  • Migrate from Jshint to eslint with babel and prettier presets.
  • Minor changes to project structure
  • Minor bug fixes

Commits

  • 7b5dec8
  • 548539d
  • e9517ca
  • 2eba556
  • 13cb2ac
  • ae2b248
  • 4a8b875
mevn-cli - v1.2.8

Published by jamesgeorge007 over 5 years ago

c5f17e7 - Fixed the bugs encountered while validating git installation.

mevn-cli - v1.2.7

Published by jamesgeorge007 over 5 years ago

Includes validations for the requires dependencies

Prompts the user if the required dependencies to work with are not installed and proceeds with the installation as per choice.

Commits

  • 15e81c7
  • 788709c
  • 6ded326
mevn-cli - v1.2.5

Published by jamesgeorge007 over 5 years ago

1978efd - Fixed the bug regarding serving template.

mevn-cli - v1.2.3

Published by jamesgeorge007 over 5 years ago

dbdce46 - Fixed the bug while serving Graphql template.