This repository has been archived on 2024-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
joylink_fanyuhong 089ec7b8de
Some checks failed
master分支构建发布到公网服务器 / Build-Publish (push) Failing after 2m37s
添加地址信息
2024-09-03 16:58:14 +08:00
.gitea/workflows master构建发布工作流 2024-03-27 10:19:59 +08:00
public 修改 官网样式,以及禁止谷歌浏览器打开翻译 2021-02-01 17:05:55 +08:00
src 添加地址信息 2024-09-03 16:58:14 +08:00
.browserslistrc 提交代码 2020-09-27 11:10:56 +08:00
.env.development 提交代码 2020-09-27 11:10:56 +08:00
.env.production 提交代码 2020-09-27 11:10:56 +08:00
.env.staging 提交代码 2020-09-27 11:10:56 +08:00
.eslintrc.js 提交代码 2020-09-27 11:10:56 +08:00
.gitignore 提交代码 2020-09-27 11:10:56 +08:00
babel.config.js 提交代码 2020-09-27 11:10:56 +08:00
Jenkinsfile-prd 修改Jenkins打包部署 2020-09-28 18:29:38 +08:00
Jenkinsfile-test 修改Jenkins打包部署 2020-09-28 18:29:38 +08:00
package-lock.json 官网调整 2024-03-14 18:45:35 +08:00
package.json 修改 官网样式,以及禁止谷歌浏览器打开翻译 2021-02-01 17:05:55 +08:00
README.md 添加开发说明 2024-03-27 10:27:54 +08:00
vue.config.js 删除 预渲染配置 2021-01-25 09:50:26 +08:00
yarn.lock master构建发布工作流 2024-03-27 10:19:59 +08:00

official-website

开发说明

  • 开发在develop分支进行
  • 当需要发布时merge 并 push到master分支会自动触发打包构建发布

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.