Skip to content

Commit 318e908

Browse files
committed
Merge branch 'master' of git://github.com/xiaochong44/module-zero-core-template
2 parents 09aae57 + 49360a7 commit 318e908

File tree

241 files changed

+11702
-10575
lines changed

Some content is hidden

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

241 files changed

+11702
-10575
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"App": {
66
"ServerRootAddress": "http://localhost:21021/",
77
"ClientRootAddress": "http://localhost:4200/",
8-
"CorsOrigins": "http://localhost:4200,http://localhost:8080"
8+
"CorsOrigins": "http://localhost:4200,http://localhost:8080,http://localhost:8081"
99
},
1010
"Authentication": {
1111
"JwtBearer": {

vue/.babelrc

Lines changed: 0 additions & 5 deletions
This file was deleted.

vue/.editorconfig

Lines changed: 0 additions & 8 deletions
This file was deleted.

vue/.eslintignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

vue/.eslintrc.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

vue/.gitignore

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1-
npm-debug.log
1+
.DS_Store
22
node_modules
3-
.project
3+
/dist
4+
5+
# local env files
6+
.env.local
7+
.env.*.local
8+
9+
# Log files
10+
npm-debug.log*
11+
yarn-debug.log*
12+
yarn-error.log*
13+
14+
# Editor directories and files
15+
.idea
416
.vscode
5-
.history
6-
.DS_Store
7-
\.settings/
8-
build/env.js
9-
dist/
17+
*.suo
18+
*.ntvs*
19+
*.njsproj
20+
*.sln
21+
*.sw*

vue/.postcssrc.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

vue/.travis.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

vue/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

vue/README.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)