Skip to content

Commit 81b201e

Browse files
author
Vic Shóstak
committed
Add Prettier ignore
1 parent b8a8fc1 commit 81b201e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.prettierignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.editorconfig
2+
.gitignore
3+
.prettierignore
4+
static/css
5+
static/js
6+
*.md
7+
*.db

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)