1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-11 17:16:26 +02:00

build 3.5.0

This commit is contained in:
Kushagra Gour
2018-10-24 15:01:19 +05:30
parent eb964752a0
commit 6361034933
5 changed files with 24 additions and 3 deletions

5
app/assets/vue-logo.svg Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 196.32 170.02">
<path fill="#42b883" d="M120.83 0L98.16 39.26 75.49 0H0l98.16 170.02L196.32 0h-75.49z"/>
<path fill="#35495e" d="M120.83 0L98.16 39.26 75.49 0H39.26l58.9 102.01L157.06 0h-36.23z"/>
</svg>

After

Width:  |  Height:  |  Size: 300 B

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,16 @@
{
"title": "Vue template",
"externalLibs": {
"js": "\nhttps://cdnjs.cloudflare.com/ajax/libs/vue/2.5.17/vue.min.js",
"css": ""
},
"updatedOn": 1540223760000,
"sizes": ["", "calc(17.4842% - 6px)", "calc(49.1221% - 3px)"],
"mainSizes": [68.1051, 31.6949],
"htmlMode": "html",
"cssMode": "css",
"jsMode": "es6",
"layoutMode": 1,
"js": "const app = new Vue({\n el: '#root',\n data: {\n message: 'World'\n }\n});",
"html": "<div id=\"root\">\n <h1>Hello {{ message }}</h1>\n</div>"
}