File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ .editorconfig
2+ .gitignore
3+ .prettierignore
4+ static /css
5+ static /js
6+ * .md
7+ * .db
Original file line number Diff line number Diff line change 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.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 )
4+ [ ![ GitHub release] ( https://img.shields.io/badge/version-0.5.3 -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
@@ -12,7 +12,7 @@ NPM packages:
1212* Axios ` 0.18+ ` (AJAX calls)
1313* PostCSS/Autoprefixer ` 7.2+ ` (automate CSS prefixes)
1414* Babel ` 7+ ` (turn ES6 code to vanilla)
15- * Vue.js ` 2.5 + ` (the basis of reactive web applications)
15+ * Vue.js ` 2.6 + ` (the basis of reactive web applications)
1616* Webpack ` 3+ ` with config (SCSS, ES6, Vue.js)
1717* Web font loader ` 1.6+ ` (async load font from Google Fonts)
1818
You can’t perform that action at this time.
0 commit comments