Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@leanup/cli-vue) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@leanup/cli-vue
This package contains the vue CLI adapter. You can create a new or switch a existing project to the @leanup/stack.
Installation
You can create a new project folder or go in a existing folder.
Create a new project folder:
mkdir new-vue-app
cd new-vue-app
npm install -D @leanup/cli @leanup/cli-vue
npx vue create
Go in a existing folder
cd my-vue-app
npm install -D @leanup/cli @leanup/cli-vue
npx vue create --only-config --overwrite
- Proof the configuration changes and adopt it for your.
Usage
Execute npm run
in your terminal. It lists all preconfigured tools commands of the @leanup/stack.
For example: npm start
😉
Feedback
Please give us feedback of you experience, so that we can continuously improve @leanup
.