Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
IoTDoc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Document
IoTDoc
Commits
98dd3c0d
Commit
98dd3c0d
authored
Mar 16, 2020
by
叶飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
a553f6b1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
35 deletions
+5
-35
config.js
docs/.vuepress/config.js
+1
-1
index.js
docs/.vuepress/config/nav/index.js
+2
-2
index copy.js
docs/.vuepress/config/sidebar/index copy.js
+0
-29
README.md
docs/foo/README.md
+0
-2
readme.md
readme.md
+2
-1
No files found.
docs/.vuepress/config.js
View file @
98dd3c0d
...
...
@@ -5,7 +5,7 @@ const resolvePath=(p)=>path.resolve(__dirname,p);
module
.
exports
=
{
dest
:
resolvePath
(
'../../dist'
),
//
base: '/iot/',
base
:
'/iot/'
,
title
:
"物联网知识库"
,
description
:
'物联网知识点分享'
,
head
:
[
...
...
docs/.vuepress/config/nav/index.js
View file @
98dd3c0d
...
...
@@ -13,6 +13,5 @@ module.exports = [
link
:
'/views/plc/schneider/'
},
]
},
{
text
:
'foo'
,
link
:
'/foo/'
,
icon
:
'reco-category'
},
}
]
\ No newline at end of file
docs/.vuepress/config/sidebar/index copy.js
deleted
100644 → 0
View file @
a553f6b1
//侧边栏
module
.
exports
=
{
'/views/gateway/'
:
[{
title
:
'边缘网关'
,
collapsable
:
false
,
children
:
[
'/views/gateway'
,
]
}],
'/plc/siemens/'
:
[{
title
:
'Siemens'
,
collapsable
:
false
,
children
:
[
'/views/plc/siemens'
,
]
}],
'/plc/schneider/'
:
[{
title
:
'Schneider'
,
collapsable
:
false
,
children
:
[
'/views/plc/schneider'
,
]
}],
'/foo/'
:[
''
],
'/'
:
[
''
]
}
\ No newline at end of file
docs/foo/README.md
deleted
100644 → 0
View file @
a553f6b1
# foo
\ No newline at end of file
readme.md
View file @
98dd3c0d
...
...
@@ -5,7 +5,8 @@
## 项目运行
-
在项目文件夹下执行命令,加载依赖:
`npm install`
-
在项目文件夹下执行命令,运行项目:
`npm run build`
-
在项目文件夹下执行命令,开发项目:
`npm run dev`
-
在项目文件夹下执行命令,打包项目:
`npm run build`
-
待启动成功后打开地址即可:
[
http://localhost:8080/iot/
](
http://localhost:8080/iot/
)
## 项目架构
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment