vue template app

This commit is contained in:
Ben Ramey
2018-04-11 21:37:13 -05:00
committed by benjaminramey
parent cc0266c1a1
commit 935fbce6ca
36 changed files with 1224 additions and 14 deletions

10
.postcssrc.js Normal file
View File

@@ -0,0 +1,10 @@
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
"postcss-import": {},
"postcss-url": {},
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
}