Skip to content

Commit 16d481f

Browse files
committed
Bootstrap project: babel, postcss, git
1 parent 69d3a17 commit 16d481f

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["vue-app"]
3+
}

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.DS_Store
2+
node_modules/
3+
dist/
4+
npm-debug.log
5+
.idea

postcss.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
plugins: [
3+
require('autoprefixer')()
4+
]
5+
}

0 commit comments

Comments
 (0)