Vuemo is a command line tool for creating and managing vue modular application.
Clone the repository and go into the vuemo directory to install the package globally. Use node package manager npm to install Vuemo.
- Got into the project directory
cd vuemo
- Install the packages using npm
npm install
- Install Vuemo globally
npm install vuemo -g
Create a new project using Vue3 and then go into your project root directory run the following command
vuemo init
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.