Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Develop #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
bplok20010 merged 3 commits into master from develop
Oct 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nil-tree
# react-nil-tree

`npm install --save nil-tree`
`npm install --save react-nil-tree`


## Tree属性
Expand Down Expand Up @@ -63,7 +63,7 @@
```
import React, { Component } from 'react';
import TreeStore from 'xtree-store';
import NilTree from 'nil-tree';
import NilTree from 'react-nil-tree';
import data from '../data.json';

export default class DEMO extends Component {
Expand Down
12 changes: 12 additions & 0 deletions build/docs.js
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const { build } = require('make-webpack-config');

build({
cleanDist: true,
appPath: process.cwd() + '/examples',
appDist: process.cwd() + '/docs',
resolve: {
alias: {
'nil-tree': __dirname + '/../src'
}
}
});
1 change: 1 addition & 0 deletions docs/index.html
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html style="width:100%;height:100%;overflow:hidden"><head><meta charset="utf-8"><title>tree</title><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1"><style>.demo{width:800px;height:450px;margin:100px auto;background:#fff;font-size:12px;overflow:auto}</style><link href="static/css/app.cfb2e5ac.css" rel="stylesheet"></head><body style="background:#f5f5f5"><div class="demo" id="demo"></div><script type="text/javascript" src="static\js\vendors.553ccd97.chunk.js"></script><script type="text/javascript" src="static\js\app.a5e727c6.js"></script></body></html>
9 changes: 9 additions & 0 deletions docs/manifest.json
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"app.css": "static/css/app.cfb2e5ac.css",
"app.js": "static/js/app.a5e727c6.js",
"app.css.map": "static/css/app.cfb2e5ac.css.map",
"app.js.map": "static/js/app.a5e727c6.js.map",
"vendors.js": "static/js/vendors.553ccd97.chunk.js",
"vendors.js.map": "static/js/vendors.553ccd97.chunk.js.map",
"index.html": "index.html"
}
92 changes: 92 additions & 0 deletions docs/static/css/app.3ad54352.css
View file Open in desktop

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

AltStyle によって変換されたページ (->オリジナル) /