0.2.1 • Published 8 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
8 years ago
0.1.34
8 years ago
0.1.33
8 years ago
0.1.32
8 years ago
0.1.31
8 years ago
0.1.30
8 years ago
0.1.29
8 years ago
0.1.28
8 years ago
0.1.27
8 years ago
0.1.26
8 years ago
0.1.25
8 years ago
0.1.24
8 years ago
0.1.23
8 years ago
0.1.22
8 years ago
0.1.21
8 years ago
0.1.20
8 years ago
0.1.19
8 years ago
0.1.18
8 years ago
0.1.17
8 years ago
0.1.16
8 years ago
0.1.15
8 years ago
0.1.14
8 years ago
0.1.13
8 years ago
0.1.12
8 years ago
0.1.10
8 years ago
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago