Compare commits
No commits in common. 'main' and 'msb_beta' have entirely different histories.
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"env": {
|
|
||||||
"test": {
|
|
||||||
"presets": [
|
|
||||||
[
|
|
||||||
"@babel/preset-env",
|
|
||||||
{
|
|
||||||
"targets": {
|
|
||||||
"node": "current"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,13 +0,0 @@
|
|||||||
# editorconfig.org
|
|
||||||
root = true
|
|
||||||
|
|
||||||
[*]
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 2
|
|
||||||
end_of_line = lf
|
|
||||||
charset = utf-8
|
|
||||||
trim_trailing_whitespace = true
|
|
||||||
insert_final_newline = true
|
|
||||||
|
|
||||||
[*.md]
|
|
||||||
trim_trailing_whitespace = false
|
|
@ -1,94 +0,0 @@
|
|||||||
# Created by .ignore support plugin (hsz.mobi)
|
|
||||||
### Node template
|
|
||||||
# Logs
|
|
||||||
/logs
|
|
||||||
*.log
|
|
||||||
npm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
.history/
|
|
||||||
|
|
||||||
# Runtime data
|
|
||||||
pids
|
|
||||||
*.pid
|
|
||||||
*.seed
|
|
||||||
*.pid.lock
|
|
||||||
|
|
||||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
||||||
lib-cov
|
|
||||||
|
|
||||||
# Coverage directory used by tools like istanbul
|
|
||||||
coverage
|
|
||||||
|
|
||||||
# nyc test coverage
|
|
||||||
.nyc_output
|
|
||||||
|
|
||||||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
||||||
.grunt
|
|
||||||
|
|
||||||
# Bower dependency directory (https://bower.io/)
|
|
||||||
bower_components
|
|
||||||
|
|
||||||
# node-waf configuration
|
|
||||||
.lock-wscript
|
|
||||||
|
|
||||||
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
|
||||||
build/Release
|
|
||||||
|
|
||||||
# Dependency directories
|
|
||||||
node_modules/
|
|
||||||
jspm_packages/
|
|
||||||
|
|
||||||
# TypeScript v1 declaration files
|
|
||||||
typings/
|
|
||||||
|
|
||||||
# Optional npm cache directory
|
|
||||||
.npm
|
|
||||||
|
|
||||||
# Optional eslint cache
|
|
||||||
.eslintcache
|
|
||||||
|
|
||||||
# Optional REPL history
|
|
||||||
.node_repl_history
|
|
||||||
|
|
||||||
# Output of 'npm pack'
|
|
||||||
*.tgz
|
|
||||||
|
|
||||||
# Yarn Integrity file
|
|
||||||
.yarn-integrity
|
|
||||||
|
|
||||||
# dotenv environment variables file
|
|
||||||
.env
|
|
||||||
|
|
||||||
# parcel-bundler cache (https://parceljs.org/)
|
|
||||||
.cache
|
|
||||||
|
|
||||||
# next.js build output
|
|
||||||
.next
|
|
||||||
|
|
||||||
# nuxt.js build output
|
|
||||||
.nuxt
|
|
||||||
|
|
||||||
# Nuxt generate
|
|
||||||
dist
|
|
||||||
|
|
||||||
# vuepress build output
|
|
||||||
.vuepress/dist
|
|
||||||
|
|
||||||
# Serverless directories
|
|
||||||
.serverless
|
|
||||||
|
|
||||||
# IDE / Editor
|
|
||||||
.idea
|
|
||||||
|
|
||||||
# Service worker
|
|
||||||
sw.*
|
|
||||||
|
|
||||||
# macOS
|
|
||||||
.DS_Store
|
|
||||||
|
|
||||||
# Vim swap files
|
|
||||||
*.swp
|
|
||||||
|
|
||||||
env.js
|
|
@ -1,2 +0,0 @@
|
|||||||
registry=https://registry.npm.taobao.org/
|
|
||||||
sass_binary_site="https://npm.taobao.org/mirrors/node-sass"
|
|
@ -1,13 +0,0 @@
|
|||||||
FROM node:14.17.0
|
|
||||||
WORKDIR /workload
|
|
||||||
|
|
||||||
COPY nuxt.config.js /workload/nuxt.config.js
|
|
||||||
COPY package.json /workload/package.json
|
|
||||||
COPY .nuxt /workload/.nuxt
|
|
||||||
COPY static /workload/static
|
|
||||||
|
|
||||||
RUN npm config set registry https://registry.npm.taobao.org \
|
|
||||||
&& npm install
|
|
||||||
|
|
||||||
EXPOSE 3000
|
|
||||||
CMD npm run start
|
|
Before Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 756 B |
Before Width: | Height: | Size: 762 B |
Before Width: | Height: | Size: 850 B |
Before Width: | Height: | Size: 613 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 972 B |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 928 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 763 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 752 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 812 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 290 KiB |
Before Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 207 KiB |
Before Width: | Height: | Size: 172 KiB |
Before Width: | Height: | Size: 219 KiB |
Before Width: | Height: | Size: 199 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 445 B |
Before Width: | Height: | Size: 445 B |
Before Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 375 B |
Before Width: | Height: | Size: 386 B |
Before Width: | Height: | Size: 386 B |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 904 B |
Before Width: | Height: | Size: 700 B |
Before Width: | Height: | Size: 689 B |
Before Width: | Height: | Size: 671 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 179 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 330 B |
Before Width: | Height: | Size: 653 B |
Before Width: | Height: | Size: 728 B |
Before Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 928 B |
Before Width: | Height: | Size: 375 B |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 134 B |
Before Width: | Height: | Size: 133 B |
Before Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 540 B |
Before Width: | Height: | Size: 553 B |
Before Width: | Height: | Size: 215 KiB |
Before Width: | Height: | Size: 242 KiB |
Before Width: | Height: | Size: 358 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 661 B |
Before Width: | Height: | Size: 842 B |
Before Width: | Height: | Size: 841 B |
Before Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 201 B |
Before Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 576 B |
Before Width: | Height: | Size: 567 B |
Before Width: | Height: | Size: 532 B |
Before Width: | Height: | Size: 542 B |
Before Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 372 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 535 B |
Before Width: | Height: | Size: 815 B |
Before Width: | Height: | Size: 407 B |