本项目的开发工作起始于:2022 年 9 月 28 日 星期五
2022 © 安居佑 - 家庭数据中心
Powered by ©Anjone Co.Ltd
- Nuxt.js @2
- Vue.js @2
- Webpack
- Vuex
- Axios
- Less
- Ant Design Vue
- ECharts
- ESLint
- Prettier
- Stylelint
- Commitlint
- Husky Git Hooks
- Lint-staged
- editorconfig
- lodash.clonedeep
- spacejs (测量)
- mockjs
npm install
npm run dev
# 注册 Husky Git 钩子
npm run prepare
# 格式化代码
npm run lint
npm run lintfix
# 提交代码
# 1.添加暂存区
git add .
# 2.提交代码
# `type`的允许值详见 commitlint.config.js
git commit -m <type>[optional scope]: <description>
# 3.推送
git push
- 主机:vercel.com
- 访问方式:https://anjone.0xCAFEBABE.cn
- 方式:透过Vercel部署;通过 Nginx 反向代理Vercel
- 主机:Anjone 硬件 以及 云端
- 访问方式:本地局域网内访问 或 云端访问
- 方式:未知