https://github.com/kwanhooo/anjone-webos
Anjone 家庭数据中心——Web客户端
https://github.com/kwanhooo/anjone-webos
ant-design element-ui less nuxt typescript vuejs webos
Last synced: 2 months ago
JSON representation
Anjone 家庭数据中心——Web客户端
- Host: GitHub
- URL: https://github.com/kwanhooo/anjone-webos
- Owner: Kwanhooo
- License: gpl-3.0
- Created: 2022-09-28T02:46:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T02:11:50.000Z (over 3 years ago)
- Last Synced: 2025-07-29T01:43:23.274Z (11 months ago)
- Topics: ant-design, element-ui, less, nuxt, typescript, vuejs, webos
- Language: Vue
- Homepage: http://anjone.0xcafebabe.cn
- Size: 16.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 安居佑 
### —— Anjone WebOS
_本项目的开发工作起始于:2022 年 9 月 28 日 星期五_
## 📔 自述
> 2022 © [安居佑 - 家庭数据中心](https://anjone.0xCAFEBABE.cn)
>
> Powered by [©Anjone Co.Ltd](https://github.com/Kwanhooo/Anjone-WebOS)
## 💻 开发
### 基本
- 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
## 🦾 源码
### 1. 安装依赖
```npm
npm install
```
### 2. 启动服务
```npm
npm run dev
```
### 3. 开发
```npm
# 注册 Husky Git 钩子
npm run prepare
```
```npm
# 格式化代码
npm run lint
npm run lintfix
```
```shell
# 提交代码
# 1.添加暂存区
git add .
# 2.提交代码
# `type`的允许值详见 commitlint.config.js
git commit -m [optional scope]:
# 3.推送
git push
```
## 🔨 部署
1. ### 开发环境 (env.development)
- 主机:_vercel.com_
- 访问方式:*https://anjone.0xCAFEBABE.cn*
- 方式:透过**Vercel**部署;通过 Nginx 反向代理**Vercel**
2. ### 生产环境 (env.prod)
- 主机:Anjone 硬件 以及 云端
- 访问方式:本地局域网内访问 或 云端访问
- 方式:未知
## 🏃 状态
### 基本状态



---
### 开发状态






---
### 仓库统计


