-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yangjin
committed
Aug 31, 2019
1 parent
2bc698a
commit fb115df
Showing
8 changed files
with
10,118 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
node_modules | ||
docs/.vuepress/dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
module.exports = { | ||
title: 'Hello VuePress', | ||
description: 'Just playing around' | ||
} |
Empty file.
Empty file.
Empty file.
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"name": "explicit-code", | ||
"version": "1.0.0", | ||
"description": "写代码做笔记", | ||
"main": "index.js", | ||
"dependencies": { | ||
"vuepress": "^1.0.3" | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"docs:dev": "vuepress dev docs", | ||
"docs:build": "vuepress build docs" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/yangseas/explicit-code.git" | ||
}, | ||
"keywords": [ | ||
"javascript", | ||
"note" | ||
], | ||
"author": "yangjin", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/yangseas/explicit-code/issues" | ||
}, | ||
"homepage": "https://github.com/yangseas/explicit-code#readme" | ||
} |