Skip to content

Commit

Permalink
[fix] Auto-loading of Page HTML code
Browse files Browse the repository at this point in the history
[optimize] Upgrade upstream libraries
  • Loading branch information
TechQuery committed Sep 16, 2019
1 parent 591ab19 commit ba08032
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 8,500 deletions.
21 changes: 21 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"ie": 11
}
}
]
],
"plugins": [
[
"@babel/plugin-proposal-decorators",
{
"decoratorsBeforeExport": true
}
],
"@babel/plugin-proposal-class-properties"
]
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ bower_components
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
# Dependency
node_modules/
package-lock.json
jspm_packages/

# TypeScript v1 declaration files
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.editorconfig
.eslintrc.json
.babelrc
test/
.esdoc.json
docs/
Expand Down
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cell Router

Decorator-based Router component framework, powered by [WebCell](https://web-cell.tk/)
Decorator-based Router component framework, powered by [WebCell](https://web-cell.dev/)

[![NPM Dependency](https://david-dm.org/EasyWebApp/cell-router.svg)](https://david-dm.org/EasyWebApp/cell-router)
[![Build Status](https://travis-ci.com/EasyWebApp/cell-router.svg?branch=master)](https://travis-ci.com/EasyWebApp/cell-router)
Expand Down Expand Up @@ -116,7 +116,7 @@ export default class AppRouter extends HTMLRouter {

## API Document

- Online: [URL](https://web-cell.tk/cell-router/) or `npm docs`
- Online: [URL](https://web-cell.dev/cell-router/) or `npm docs`

- Offline: `npm run help`

Expand Down
Loading

0 comments on commit ba08032

Please sign in to comment.