This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
athena-demo
/
micro-front-end
Watch
11
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Initial commit
master
athena-demo
7 months ago
commit
997325db56
2 changed files
with
58 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+55
-0
.gitignore
+3
-0
README.md
+ 55
- 0
.gitignore
View File
@ -0,0 +1,55 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
/out-tsc
/doc
# dependencies
/node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.ftp
/.scannerwork
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
testem.log
/typings
# e2e
/e2e/*.js
/e2e/*.map
# System Files
.DS_Store
Thumbs.db
/package-lock.json
gitDiff.sh
.update
dist.zip
dist.tar
/src/assets/plugins/list
.docgeni/site
+ 3
- 0
README.md
View File
@ -0,0 +1,3 @@
# athena-opt-web-template
web 定制开发模板
Write
Preview
Loading…
Cancel
Save