Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 891 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 891 Bytes

VUEMO

Vuemo is a command line tool for creating and managing vue modular application.

Installation

Clone the repository and go into the vuemo directory to install the package globally. Use node package manager npm to install Vuemo.

  1. Got into the project directory
cd vuemo
  1. Install the packages using npm
npm install
  1. Install Vuemo globally
npm install vuemo -g

Usage

Create a new project using Vue3 and then go into your project root directory run the following command

vuemo init

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT