0.2.1 • Published 9 years ago
web-app-start v0.2.1
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 Startnpm run dev- to start the development server-
CTRL + C- to stop the development server
-
npm run patch- to build version x.y.z+1npm run minor- to build version x.y+1.0npm run major- to build version x+1.0.0npm run firebase- to deploy the last build to Firebase
0.2.1
9 years ago
0.1.34
9 years ago
0.1.33
9 years ago
0.1.32
9 years ago
0.1.31
9 years ago
0.1.30
9 years ago
0.1.29
9 years ago
0.1.28
9 years ago
0.1.27
9 years ago
0.1.26
9 years ago
0.1.25
9 years ago
0.1.24
9 years ago
0.1.23
9 years ago
0.1.22
9 years ago
0.1.21
9 years ago
0.1.20
9 years ago
0.1.19
9 years ago
0.1.18
9 years ago
0.1.17
9 years ago
0.1.16
9 years ago
0.1.15
9 years ago
0.1.14
9 years ago
0.1.13
9 years ago
0.1.12
9 years ago
0.1.10
9 years ago
0.1.9
9 years ago
0.1.8
9 years ago
0.1.7
9 years ago
0.1.6
9 years ago
0.1.5
9 years ago
0.1.4
9 years ago
0.1.2
9 years ago
0.1.1
9 years ago
0.1.0
9 years ago