Skip to content

Commit

Permalink
Merge pull request #11 from zhaoky/release/update
Browse files Browse the repository at this point in the history
Release/update
  • Loading branch information
zhaoky authored May 7, 2020
2 parents 29799ba + d88f75f commit ed46b32
Show file tree
Hide file tree
Showing 10 changed files with 2,836 additions and 2,632 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
presets: [['@babel/env', { modules: 'false' }]],
presets: [['@babel/env', { modules: false }]],
plugins: [
[
'@babel/plugin-transform-runtime',
Expand Down
71 changes: 36 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,57 +22,58 @@
],
"dependencies": {
"@fe_korey/fullpage": "^1.0.5",
"@fe_korey/mvvm": "1.0.20",
"@fe_korey/mvvm": "^2.0.0",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/runtime-corejs3": "^7.4.5",
"autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"cross-env": "^5.2.0",
"css-loader": "^3.0.0",
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/runtime-corejs3": "^7.9.2",
"autoprefixer": "^9.7.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
"css-loader": "^3.5.3",
"eclint": "^2.8.1",
"eslint": "^6.0.1",
"eslint-config-google": "^0.13.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"file-loader": "^4.0.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"file-loader": "^6.0.0",
"happypack": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.0.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lint-staged": "^9.2.0",
"mini-css-extract-plugin": "^0.7.0",
"html-webpack-plugin": "4.0.4",
"husky": "^4.2.5",
"less": "^3.11.1",
"less-loader": "^6.0.0",
"lint-staged": "^10.2.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"postcss-pxtorem": "^4.0.1",
"prettier": "^1.17.1",
"postcss-pxtorem": "^5.1.1",
"prettier": "^2.0.5",
"script-ext-html-webpack-plugin": "^2.1.3",
"style-ext-html-webpack-plugin": "^4.0.1",
"style-loader": "^0.23.1",
"stylelint": "^10.0.1",
"stylelint-config-prettier": "^5.2.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-prettier": "^1.1.0",
"url-loader": "^2.0.1",
"webpack": "^4.32.2",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"style-loader": "^1.2.1",
"stylelint": "^13.3.3",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-prettier": "^1.1.2",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-stylish": "^0.1.8",
"webpackbar": "^3.2.0"
"webpackbar": "^4.0.0"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot",
"lint": "eslint src && stylelint 'src/**/*.less' && eclint check",
"fix": "eslint src --fix && stylelint 'src/**/*.less' --fix && eclint fix ",
"analyze": "cross-env NODE_ENV=production MODE=analysis webpack"
"analyze": "cross-env NODE_ENV=production MODE=analysis webpack",
"debug": "node --inspect-brk=5858 ./node_modules/.bin/webpack"
},
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
singleQuote: true,
printWidth: 200
printWidth: 200,
trailingComma: 'none'
};
72 changes: 36 additions & 36 deletions src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
}
]
},
footer: ['Released under the MIT License', 'All Rights Reserved ', 'Copyright © 2014-2019 Korey Zhao'],
footer: ['Released under the MIT License', 'All Rights Reserved ', `Copyright © 2014-${new Date().getFullYear()} Korey Zhao`],
overview: {
infoList: ['28岁', '本科', '成都', '在职'],
quote: '生活是一种绵延不绝的渴望,渴望不断上升,变得更伟大而高贵。',
Expand All @@ -53,82 +53,82 @@ export default {
bg: {
backgroundColor: 'rgba(121,100,102,0.8)'
},
name: '快应用'
name: 'vue'
},
{
bg: {
backgroundColor: 'rgba(49,65,82,0.8)'
},
name: 'angular'
name: 'react'
},
{
bg: {
backgroundColor: 'rgba(76,157,160,0.8)'
},
name: 'webpack'
name: 'angular'
},
{
bg: {
backgroundColor: 'rgba(66,66,66,0.8)'
},
name: '小程序'
name: 'nodejs'
},
{
bg: {
backgroundColor: 'rgba(193,131,106,0.8)'
},
name: 'flutter'
name: '小程序'
},
{
bg: {
backgroundColor: 'rgba(117,148,179,0.8)'
},
name: 'nodejs'
name: '快应用'
},
{
bg: {
backgroundColor: 'rgba(71,83,94,0.8)'
},
name: 'vue'
name: 'ssr'
},
{
bg: {
backgroundColor: 'rgba(147,147,189,0.8)'
},
name: 'react'
name: 'ts'
}
],
innerCircleList: [
{
bg: {
backgroundColor: 'rgba(179,164,140,0.8)'
},
name: 'ts'
name: '构建'
},
{
bg: {
backgroundColor: 'rgba(171,209,220,0.8)'
},
name: 'pwa'
name: '优化'
},
{
bg: {
backgroundColor: 'rgba(238,215,163,0.8)'
},
name: 'rxjs'
name: '测试'
},
{
bg: {
backgroundColor: 'rgba(207,184,178,0.8)'
},
name: 'jest'
name: '部署'
}
],
desList: [
'五年前端开发经验,一年管理经验',
'六年前端开发经验,两年管理经验',
'实际主导开发过多平台项目(APP,PC,H5,小程序,快应用等),制定并规范团队协作模式',
'擅长组件开发及构建优化,前端技术栈均有尝试,能脱离库书写代码',
'自我驱动力强,带领并帮助团队成长'
'前端技术栈均有尝试,擅长组件开发及构建优化',
'自我驱动力强,著有webpack、vue等源码分析系列文章'
]
},
exp: {
Expand Down Expand Up @@ -245,15 +245,15 @@ export default {
},
{
icon: sSf,
url: 'https://segmentfault.com/u/keyu2016'
url: 'https://segmentfault.com/u/fe_korey'
},
{
icon: sBlog,
url: 'https://blog.flqin.com'
},
{
icon: sZh,
url: 'https://www.zhihu.com/people/fezky'
url: 'https://www.zhihu.com/people/fe_korey'
},
{
icon: sJj,
Expand Down Expand Up @@ -288,7 +288,7 @@ export default {
}
]
},
footer: ['Released under the MIT License', 'All Rights Reserved ', 'Copyright © 2014-2019 Korey Zhao'],
footer: ['Released under the MIT License', 'All Rights Reserved ', `Copyright © 2014-${new Date().getFullYear()} Korey Zhao`],
overview: {
infoList: ['28years', 'B.S.', 'ChengDu', 'On Job'],
quote: 'Life is a kind of endless yearning, eager to continue to rise, become more great and noble.',
Expand All @@ -300,82 +300,82 @@ export default {
bg: {
backgroundColor: 'rgba(121,100,102,0.8)'
},
name: 'quickapp'
name: 'vue'
},
{
bg: {
backgroundColor: 'rgba(49,65,82,0.8)'
},
name: 'angular'
name: 'react'
},
{
bg: {
backgroundColor: 'rgba(76,157,160,0.8)'
},
name: 'webpack'
name: 'angular'
},
{
bg: {
backgroundColor: 'rgba(66,66,66,0.8)'
},
name: 'miniP'
name: 'nodejs'
},
{
bg: {
backgroundColor: 'rgba(193,131,106,0.8)'
},
name: 'flutter'
name: 'miniP'
},
{
bg: {
backgroundColor: 'rgba(117,148,179,0.8)'
},
name: 'nodejs'
name: 'quickapp'
},
{
bg: {
backgroundColor: 'rgba(71,83,94,0.8)'
},
name: 'vue'
name: 'ssr'
},
{
bg: {
backgroundColor: 'rgba(147,147,189,0.8)'
},
name: 'react'
name: 'ts'
}
],
innerCircleList: [
{
bg: {
backgroundColor: 'rgba(179,164,140,0.8)'
},
name: 'ts'
name: 'build'
},
{
bg: {
backgroundColor: 'rgba(171,209,220,0.8)'
},
name: 'pwa'
name: 'opt'
},
{
bg: {
backgroundColor: 'rgba(238,215,163,0.8)'
},
name: 'rxjs'
name: 'test'
},
{
bg: {
backgroundColor: 'rgba(207,184,178,0.8)'
},
name: 'jest'
name: 'deploy'
}
],
desList: [
'5 years FE development experience,1 years management experience',
'6 years FE development experience,2 years management experience',
'Actually lead the development of many platform projects (APP, PC, H5, miniprogram, quickapp, etc.), formulated and standardized the team workflow',
'Good at component development and construction optimization, have tried FE technology stack, can write code without library',
'Self-driven, lead and help the team grow'
'Try different FE technology stacks, Good at component development and construction optimization',
'Self-driven, Author of webpack, vue and other source code analysis series articles'
]
},
exp: {
Expand Down Expand Up @@ -522,15 +522,15 @@ export default {
},
{
icon: sSf,
url: 'https://segmentfault.com/u/keyu2016'
url: 'https://segmentfault.com/u/fe_korey'
},
{
icon: sBlog,
url: 'https://blog.flqin.com'
},
{
icon: sZh,
url: 'https://www.zhihu.com/people/fezky'
url: 'https://www.zhihu.com/people/fe_korey'
},
{
icon: sJj,
Expand Down
Loading

0 comments on commit ed46b32

Please sign in to comment.