@nuebuild/vue-projects

An opinionated Vue.js project boilerplate for Apps, Components, and Component Libraries

Usage no npm install needed!

<script type="module">
  import nuebuildVueProjects from 'https://cdn.skypack.dev/@nuebuild/vue-projects';
</script>

README

NueBuild Vue.js Project Boilerplate

An opinionated Vue.js project boilerplate for Apps, Components, and Component Libraries

Install

npm install -g @nuebuild/vue-projects

Usage

nuebuild-vue
# Fill in the prompts

Prompts

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