update readme

This commit is contained in:
thinkinggis 2019-08-07 18:10:58 +08:00
parent 65ef198eb4
commit ba38036e2a
8 changed files with 10 additions and 107 deletions

View File

@ -1,6 +1,6 @@
{
"extends": [
"egg"
"eslint-config-egg"
],
"globals": {
"$": true,

2
.gitignore vendored
View File

@ -65,7 +65,6 @@ dist
temp
.DS_Store
.idea
lib
*.sw*
*.un~
demos/gd.html
@ -75,6 +74,7 @@ demos/image
demos/hexagon.html
demos/model
testdemo
lib
webpack-dev.config.js
webpack.config.js
.si.yml

View File

@ -1,82 +0,0 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# lock
package-lock.json
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# Typescript v1 declaration files
typings/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
.DS_Store
# npmignore - content above this line is automatically generated and modifications may be omitted
# see npmjs.com/npmignore for more details.
test
*.sw*
*.un~
.idea
bin
bundler
demos
docs
src
temp
webpack-dev.config.js
webpack.config.js
testdemo
rollup
.si.yml

11
.si.yml
View File

@ -1,11 +0,0 @@
before_deploy:
- tnpm install
- tnpm run build
- rm -rf ./vis/
- mkdir vis
- cp -r demos build vis/
- cd ./vis/
- node ./demos/list.js
options:
dist: 'vis'
branch: 'dev'

View File

@ -1 +1,3 @@
#### 0.0.1
## changelog
[changelog](https://www.yuque.com/antv/l7/rdg5db)

View File

@ -21,7 +21,7 @@ L7 目前底图采用高德地图,因此使用之前你还需要使用开发
```html
<!-- 引入在线资源 -->
<script src="https://gw.alipayobjects.com/os/antv/pkg/_antv.l7-1.0.0/dist/l7.min.js"></script>
<script src="https://gw.alipayobjects.com/os/antv/pkg/_antv.l7-1.2.2/dist/l7.min.js"></script>
```
### 通过 npm 安装
@ -61,5 +61,3 @@ $ npm run start
$ npm run demos
```
## How to Contribute

View File

View File

@ -35,17 +35,16 @@
"d3-queue": "~3.0.7",
"debug": "~3.1.0",
"electron": "~2.0.2",
"eslint": "~3.19.0",
"eslint-config-airbnb": "~15.0.1",
"eslint-config-egg": "~4.2.0",
"eslint-plugin-html": "~3.1.1",
"eslint": "~6.1.0",
"eslint-config-egg": "~7.4.1",
"eslint-plugin-html": "~6.0.0",
"event-simulate": "~1.0.0",
"get-port": "~3.2.0",
"glsl-shaders-loader": "^1.0.0",
"jszip": "^3.1.5",
"nightmare": "~2.10.0",
"nunjucks": "~3.0.1",
"open": "~0.0.5",
"open": "~6.4.0",
"parseurl": "~1.3.2",
"postcss-url": "^8.0.0",
"pre-commit": "~1.2.2",
@ -64,9 +63,6 @@
"string-replace-loader": "~1.3.0",
"torchjs": "~2.1.0",
"uglify-js": "~3.1.10",
"webpack": "~4.29.6",
"webpack-cli": "^3.2.3",
"worker-loader": "^2.0.0"
},
"scripts": {
"build-dev": "rollup -c --environment BUILD:dev",