Skip to content

Commit 71665bc

Browse files
committed
前后端npm依赖分开 & react版作为一个前端子项目
1 parent 9471603 commit 71665bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+13742
-54
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8
1+
8.6

client-react/.babelrc

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"compact": false,
3+
"presets": [
4+
["latest", { "modules": false }],
5+
"babel-preset-stage-0",
6+
"react"
7+
],
8+
"plugins": ["babel-plugin-transform-decorators-legacy"],
9+
"env": {
10+
"development": {
11+
"presets": [
12+
"react-hmre"
13+
]
14+
}
15+
}
16+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

client/config/develop.config.js client-react/config/develop.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
* Created by Weil on 2017/7/9.
33
*/
44
export default {
5-
requestPrefix: 'http://localhost:9333'
5+
requestPrefix: 'http://localhost:8333'
66
}
File renamed without changes.

client/config/production.config.js client-react/config/production.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
* Created by Weil on 2017/7/9.
33
*/
44
export default {
5-
requestPrefix: 'http://localhost:9333'
5+
requestPrefix: 'http://localhost:8333'
66
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)