1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2025-06-04 20:14:05 +08:00
This commit is contained in:
shangbin 2021-06-02 10:41:21 +08:00
parent 02cf4da98b
commit 319a6a8655
8 changed files with 7 additions and 81 deletions

View File

@ -1 +0,0 @@
PUBLIC_PATH=/dist/

1
CNAME Normal file
View File

@ -0,0 +1 @@
vcc.surge.sh

File diff suppressed because one or more lines are too long

View File

@ -1,28 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Vue App</title>
<link href="/build.js" rel="preload" as="script">
<link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#4DBA87">
<meta name="apple-mobile-web-app-capable" content="no">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="vue-component-creater-ui">
<link rel="apple-touch-icon" href="/img/icons/apple-touch-icon-152x152.png">
<link rel="mask-icon" href="/img/icons/safari-pinned-tab.svg" color="#4DBA87">
<meta name="msapplication-TileImage" content="/img/icons/msapplication-icon-144x144.png">
<meta name="msapplication-TileColor" content="#000000">
</head>
<body>
<div id="app"></div>
<script src="/build.js"></script>
</body>
</html>

View File

@ -1 +0,0 @@
{"name":"vue-component-creater-ui","short_name":"vue-component-creater-ui","theme_color":"#4DBA87","icons":[{"src":"./img/icons/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"./img/icons/android-chrome-512x512.png","sizes":"512x512","type":"image/png"},{"src":"./img/icons/android-chrome-maskable-192x192.png","sizes":"192x192","type":"image/png","purpose":"maskable"},{"src":"./img/icons/android-chrome-maskable-512x512.png","sizes":"512x512","type":"image/png","purpose":"maskable"}],"start_url":".","display":"standalone","background_color":"#000000"}

View File

@ -1,14 +0,0 @@
self.__precacheManifest = (self.__precacheManifest || []).concat([
{
"revision": "88870b35b53b9734399c",
"url": "/build.js"
},
{
"revision": "52e7d3ac8275b87a8a9afaef009db523",
"url": "/index.html"
},
{
"revision": "6e533af5a378b6f5f8882e5663f51b8e",
"url": "/manifest.json"
}
]);

View File

@ -1,34 +0,0 @@
/**
* Welcome to your Workbox-powered service worker!
*
* You'll need to register this file in your web app and you should
* disable HTTP caching for this file too.
* See https://goo.gl/nhQhGp
*
* The rest of the code is auto-generated. Please don't update this file
* directly; instead, make changes to your Workbox build configuration
* and re-run your build process.
* See https://goo.gl/2aRDsh
*/
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
importScripts(
"/precache-manifest.9312fbe25eca40ea4453aa0e3600bbad.js"
);
workbox.core.setCacheNameDetails({prefix: "vue-component-creater-ui"});
self.addEventListener('message', (event) => {
if (event.data && event.data.type === 'SKIP_WAITING') {
self.skipWaiting();
}
});
/**
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
* requests for URLs in the manifest.
* See https://goo.gl/S9QRab
*/
self.__precacheManifest = [].concat(self.__precacheManifest || []);
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});

View File

@ -3,10 +3,14 @@
"description": "Low Code Generator -> Vue Component Creater",
"version": "0.5.2",
"private": false,
"keywords": ["low-code", "editor"],
"keywords": [
"low-code",
"editor"
],
"main": "./dist/vcc.umd.min.js",
"scripts": {
"serve": "vue-cli-service serve --open --port 8008",
"build:release": "vue-cli-service build",
"build": "vue-cli-service build --target lib --name vcc ./src/components-v2/VCC.vue",
"compileAndbuild:dev": "npm run compileComponent && vue-cli-service build",
"lint": "vue-cli-service lint",
@ -93,4 +97,4 @@
"git add"
]
}
}
}