Skip to content

Commit

Permalink
feat: design catalogue
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjin committed Aug 31, 2019
1 parent 2bc698a commit fb115df
Show file tree
Hide file tree
Showing 8 changed files with 10,118 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
docs/.vuepress/dist/
4 changes: 4 additions & 0 deletions docs/.vuepress/config.js
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 added docs/algorithm/README.md
Empty file.
Empty file added docs/dataStructure/README.md
Empty file.
Empty file added docs/javaScript/README.md
Empty file.
Empty file added docs/regExp/README.md
Empty file.
10,083 changes: 10,083 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions package.json
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"
}

0 comments on commit fb115df

Please sign in to comment.