0.2.1 • Published 7 years ago

web-app-start v0.2.1

Weekly downloads
138
License
-
Repository
-
Last release
7 years ago

Web-App-Start

Easy start for your next amazing Web App, based on Vue.js and Bootstrap.

Features

Development

  • Vue-component-based application with Babel support
  • Configurable integration of Bootstrap and its theme
  • Configurable integration of the Firebase backend
  • Configurable integration of the Google API
  • Development server with live reload

Build

  • Code fix according Standard JavaScript rules
  • Version bump according build type
  • Removal of not used CSS declarations
  • x Compression of HTML, JavaScript and CSS files

Deployment

  • Deployment to Firebase hosting

Get started

Create a package.json file in an empty project folder with the following content:

{
  "name": "my-app",
  "version": "1.0.0",
  "devDependencies": {
    "web-app-start": "*"
  }
}

Then, run npm install to install Web App Start and its dependencies.

CLI Commands

  • npm update - to update Web App Start
  • npm run dev - to start the development server
    • CTRL + C - to stop the development server
  • npm run patch - to build version x.y.z+1
  • npm run minor - to build version x.y+1.0
  • npm run major - to build version x+1.0.0
  • npm run firebase - to deploy the last build to Firebase