Skip to content

Commit

Permalink
release: update app
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Jun 28, 2023
1 parent 67ee556 commit 98db3f5
Show file tree
Hide file tree
Showing 41 changed files with 3,831 additions and 5,822 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-quark-app",
"version": "1.2.19",
"version": "1.2.20",
"description": "create quark app.",
"bin": {
"create-quark-app": "./dist/bin/index.js"
Expand Down
3 changes: 0 additions & 3 deletions template/application/app/.gitignore

This file was deleted.

21 changes: 21 additions & 0 deletions template/application/app/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 哈啰前端

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions template/application/app/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Quark App(work in progress)
# Quark App

无框架前端应用模版,底层基于 Web components。

> 本工程用于脱离 React、Vue 等技术栈来构建一个独立的 Web 应用,底层基于 [Quark 引擎](https://github.com/hellof2e/quark)
> 本工程用于脱离 React、Vue 等技术栈来构建一个独立的 Web 应用,[技术文档](https://github.com/hellof2e/quark)
- [x] 支持路由
- [x] 支持数据绑定
Expand Down
30 changes: 0 additions & 30 deletions template/application/app/copy.ts

This file was deleted.

11 changes: 1 addition & 10 deletions template/application/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="https://m.hellobike.com/resource/helloyun/12395/0USLE_quark.png?x-oss-process=image/quality,q_80"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hello Quark</title>
<script type="module" src="./src/main.ts"></script>
<!-- <script type="module" src="./src/views/index/index.tsx"></script> -->
</head>
<body>
<!-- <app-home></app-home> -->

<app-header></app-header>
<div id="root"></div>
</body>
<script type="module" src="./src/main.ts"></script>
</html>
158 changes: 0 additions & 158 deletions template/application/app/markdown.ts

This file was deleted.

99 changes: 0 additions & 99 deletions template/application/app/mdVitePlugin.ts

This file was deleted.

Loading

0 comments on commit 98db3f5

Please sign in to comment.