Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PepperYan committed Jul 24, 2017
1 parent 4adc215 commit ab05c4f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Restackx-cli

##简介
restackx-cli是结合前端框架`restackx-core` 的脚手架
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restackx-cli",
"version": "0.0.5",
"version": "0.1.0",
"description": "cli tool for restackx",
"bin": {
"restackx": "./bin/restackx",
Expand Down
1 change: 1 addition & 0 deletions prototype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"less-loader": "^2.2.2",
"style-loader": "^0.18.2",
"css-loader": "^0.28.4",
"happypack": "^4.0.0-beta.1",
"mocha": "^2.3.4",
"webpack": "^3.2.0",
"webpack-dev-server": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion prototype/src/js/modules/demo/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class App extends Component {
className="fa fa-book"></i> <span>Index</span></a></li>
<li><a href="javascript:void(0)" onClick={this.onClickMenu.bind(this)} data-link="/pagetwo"><i
className="fa fa-book"></i> <span>Page2</span></a></li>
<ul>
</ul>
<div className="content-wrapper" style={{minHeight: 916}}>
<section className="content">
{this.props.children}
Expand Down
4 changes: 2 additions & 2 deletions src/webpack/base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function config(cwd,env){
}
}),
new webpack.NoEmitOnErrorsPlugin(),

new HappyPack({
id:"js",
loaders:[
Expand Down Expand Up @@ -136,7 +136,7 @@ function config(cwd,env){
"presets": ["react-hmre"]
}
},
cacheDirectory:true
"cacheDirectory":true
}
}
],
Expand Down

0 comments on commit ab05c4f

Please sign in to comment.