added vue solo project create modules without webpack

This commit is contained in:
headwinds 2018-10-10 14:16:13 -04:00
parent 92b915bd7e
commit 05bcd106d7
39 changed files with 19857 additions and 1 deletions

14
vue-solo/package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "goodbye-webpack-building-vue-applications-without-webpack",
"version": "0.1.0",
"author": "Markus Oberlehner",
"homepage": "https://github.com/maoberlehner/goodbye-webpack-building-vue-applications-without-webpack",
"license": "MIT",
"private": true,
"scripts": {
"start": "browser-sync start --server 'src' --files 'src' --single"
},
"devDependencies": {
"browser-sync": "^2.24.1"
}
}