@nuebuild/vue-projects
v1.1.6
Published
An opinionated Vue.js project boilerplate for Apps, Components, and Component Libraries
Readme
NueBuild Vue.js Project Boilerplate
An opinionated Vue.js project boilerplate for Apps, Components, and Component Libraries
Install
npm install -g @nuebuild/vue-projectsUsage
nuebuild-vue
# Fill in the promptsPrompts
The wizard will prompt you for the following.
- Project Type: Choose either App, Component, or Component Library
- Project Name: The name of the Project e.g. My Project (Required)
- Component Name (If the project type is Component): The component name e.g. My Component (Required)
- Author Name: (Required)
- Project Description: (Optional)
- Project Version: (Default: 1.0.0)
- Project License: (Default: MIT)
- Project Git Repository URL: (Optional)
- Project Path: (Default: Kebob Case of the Project Name) e.g. my-project
