Skip to content

Commit fa2273b

Browse files
author
Vic Shóstak
committed
Update npm dependencies, fix Webpack config
1 parent f92d95a commit fa2273b

File tree

4 files changed

+1002
-2732
lines changed

4 files changed

+1002
-2732
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
![bottle-vue-kickstart-main](https://cloud.githubusercontent.com/assets/11155743/24041455/9fbd99ec-0b1e-11e7-9ba0-a429a28591b0.jpg)
22

33
# Very basic Bottle kickstart kit with Vue.js and Webpack
4-
[![GitHub release](https://img.shields.io/badge/version-0.5.1-brightgreen.svg?style=flat-square)](https://github.com/koddr/bottle-vue-kickstart) [![licence](https://img.shields.io/badge/Python-2.7_or_3.4+-red.svg?style=flat-square)](https://www.python.org/downloads/) [![licence](https://img.shields.io/badge/licence-MIT-blue.svg?style=flat-square)](https://github.com/koddr/bottle-vue-kickstart/blob/master/LICENSE.md)
4+
[![GitHub release](https://img.shields.io/badge/version-0.5.2-brightgreen.svg?style=flat-square)](https://github.com/koddr/bottle-vue-kickstart) [![licence](https://img.shields.io/badge/Python-2.7_or_3.4+-red.svg?style=flat-square)](https://www.python.org/downloads/) [![licence](https://img.shields.io/badge/licence-MIT-blue.svg?style=flat-square)](https://github.com/koddr/bottle-vue-kickstart/blob/master/LICENSE.md)
55

66
## What's included to kit?
77

8-
* Bottle `0.12.13` (stable)
8+
* Bottle `0.12.16` (stable)
99

1010
NPM packages:
1111

1212
* Axios `0.18+` (AJAX calls)
1313
* PostCSS/Autoprefixer `7.2+` (automate CSS prefixes)
14-
* Babel `7.1+` (turn ES6 code to vanilla)
14+
* Babel `7+` (turn ES6 code to vanilla)
1515
* Vue.js `2.5+` (the basis of reactive web applications)
16-
* Webpack `3.10+` with config (SCSS, ES6, Vue.js)
16+
* Webpack `3+` with config (SCSS, ES6, Vue.js)
1717
* Web font loader `1.6+` (async load font from Google Fonts)
1818

1919
Example:

0 commit comments

Comments
 (0)