An open API service indexing awesome lists of open source software.

https://github.com/xingorg1/xingorg1note

基于vuepress搭建的静态博客
https://github.com/xingorg1/xingorg1note

e-books

Last synced: about 1 month ago
JSON representation

基于vuepress搭建的静态博客

Awesome Lists containing this project

README

          

# xingorg1Note

[网站的数据统计地址](https://analytics.google.com/analytics/web/?authuser=0#/report-home/a155302468w219054088p208652917)

[迭代记录](https://github.com/xingorg1/xingorg1Note/blob/master/CHANGELOG.md)

## 快速起步

安装:

```bash
npm i
# OR
cnpm i
```

运行:

```bash
npm run dev
# OR
npm run serve
```

打包:

```bash
npm run build
```

发布前没有写入权限的处理:
```bash
# 在项目根目录下运行:
cd .git
sudo chmod -R g+ws *
# 输入密码回车,成功后回到项目目录
```
自动发布:

```bash
bash publickey.sh # 好麻烦

sudo npm run push "提交的说明文案,注意千万不能有空格" # 记得带sudo
```

[comment]: <> (# 声明:这里边的内容不会被显示出来?)