Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
夜猫逐梦
1024程序员开源挑战赛
提交
5ac1cf14
1
1024程序员开源挑战赛
项目概览
夜猫逐梦
/
1024程序员开源挑战赛
与 Fork 源项目一致
Fork自
GitCode / 1024程序员开源挑战赛(10.23-11.14)
通知
3
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
1
1024程序员开源挑战赛
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
5ac1cf14
编写于
6月 22, 2019
作者:
B
baiy
提交者:
ninecents
10月 23, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
优化打开速度
上级
7a2f3e8e
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
22 addition
and
6 deletion
+22
-6
package.json
package.json
+1
-1
public/index.html
public/index.html
+15
-0
public/index.js
public/index.js
+1
-0
public/tool.html
public/tool.html
+0
-0
src/Tool.vue
src/Tool.vue
+0
-0
src/tool.js
src/tool.js
+1
-1
vue.config.js
vue.config.js
+4
-4
未找到文件。
package.json
浏览文件 @
5ac1cf14
{
{
"name"
:
"c-tool"
,
"name"
:
"c-tool"
,
"version"
:
"0.0.1
1
"
,
"version"
:
"0.0.1
2
"
,
"private"
:
true
,
"private"
:
true
,
"scripts"
:
{
"scripts"
:
{
"serve"
:
"vue-cli-service serve --port 8081"
,
"serve"
:
"vue-cli-service serve --port 8081"
,
...
...
public/index.html
0 → 100644
浏览文件 @
5ac1cf14
<!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.0"
>
<title>
加载中...
</title>
</head>
<body>
<div
id=
"page"
style=
"width: 800px;height: 550px;margin: 0 auto;padding: 0 6px;overflow-y:auto;"
>
加载中....
</div>
<script
src=
/index.js
></script>
</body>
</html>
public/index.js
0 → 100644
浏览文件 @
5ac1cf14
window
.
location
=
"
/tool.html
"
;
\ No newline at end of file
src/index
.html
→
public/tool
.html
浏览文件 @
5ac1cf14
文件已移动
src/
App
.vue
→
src/
Tool
.vue
浏览文件 @
5ac1cf14
文件已移动
src/
main
.js
→
src/
tool
.js
浏览文件 @
5ac1cf14
...
@@ -5,7 +5,7 @@ import router from './router'
...
@@ -5,7 +5,7 @@ import router from './router'
import
optionBlock
from
'
./components/optionBlock
'
import
optionBlock
from
'
./components/optionBlock
'
import
codeHighlight
from
'
./components/codeHighlight
'
import
codeHighlight
from
'
./components/codeHighlight
'
import
{
plugin
as
modelPlugin
}
from
'
./tool/model
'
import
{
plugin
as
modelPlugin
}
from
'
./tool/model
'
import
App
from
'
./
App
.vue
'
import
App
from
'
./
Tool
.vue
'
Vue
.
config
.
productionTip
=
false
;
Vue
.
config
.
productionTip
=
false
;
...
...
vue.config.js
浏览文件 @
5ac1cf14
const
config
=
{
const
config
=
{
productionSourceMap
:
true
,
productionSourceMap
:
true
,
pages
:
{
pages
:
{
index
:
{
tool
:
{
entry
:
'
src/
main
.js
'
,
entry
:
'
src/
tool
.js
'
,
template
:
'
src/index
.html
'
,
template
:
'
public/tool
.html
'
,
}
,
}
},
},
chainWebpack
:
config
=>
{
chainWebpack
:
config
=>
{
config
.
plugin
(
'
define
'
).
tap
(
args
=>
{
config
.
plugin
(
'
define
'
).
tap
(
args
=>
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录