mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
added vue solo project create modules without webpack
This commit is contained in:
parent
92b915bd7e
commit
05bcd106d7
39 changed files with 19857 additions and 1 deletions
14
vue-solo/package.json
Normal file
14
vue-solo/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue