cli-vue3 1.1.77
Install from the command line:
Learn more about npm packages
$ npm install @leanupjs/cli-vue3@1.1.77
Install via package.json:
"@leanupjs/cli-vue3": "1.1.77"
About this version
This package contains the vue3 CLI adapter. You can create a new or switch a existing project to the @leanup/stack.
You can create a new project folder or go in a existing folder.
Create a new project folder:
mkdir new-vue3-app
cd new-vue3-app
npm install -D @leanup/cli @leanup/cli-vue3
npx vue3 create
Go in a existing folder
cd my-vue3-app
npm install -D @leanup/cli @leanup/cli-vue3
npx vue3 create --only-config --overwrite
- Proof the configuration changes and adopt it for your.
Execute npm run
in your terminal. It lists all preconfigured tools commands of the @leanup/stack.
For example: npm start
😉
Please give us feedback of you experience, so that we can continuously improve @leanup
.