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

https://github.com/ttttonyhe/antony-nuxt

:clap: Codes that Power ouorz.com | A Tiny Little Nuxt.js + WP REST API App 博客前端
https://github.com/ttttonyhe/antony-nuxt

bootstrap-vue i18n-js infinite-scroll nuxtjs rest-api server-side-rendering ssr vuejs wordpress wordpress-api

Last synced: about 1 year ago
JSON representation

:clap: Codes that Power ouorz.com | A Tiny Little Nuxt.js + WP REST API App 博客前端

Awesome Lists containing this project

README

          


Antony-Nuxt


Codes that power www.ouorz.com



forks


stars


license


license


### ScreenShot 首页截图

![Thumbnail_index](https://i.loli.net/2020/02/22/DmZpEknVGdQKItP.png)


### See Also 关联项目
- Antony [https://github.com/HelipengTony/antony](https://github.com/HelipengTony/antony)
- Tony [https://github.com/HelipengTony/tony](https://github.com/HelipengTony/tony)


### Develop & Deploy 开发和部署
```bash
git clone git@github.com:HelipengTony/antony-nuxt.git
cd antony-nuxt
yarn install
```

#### Development 开发
``` bash
// Development Mode
yarn run dev
```

#### Deployment 部署
``` bash
// Static site
// 静态站点
yarn run generate
```
```bash
// Server side rendering
// 服务端渲染
yarn run build
yarn run start
```


### Features 依赖与实现
+ TypeScript
+ Vue-mugen-scroll 无限加载
+ Vue-i18n 国际化
+ Nprogress 加载进度条
+ RemixIcon 图标
+ Nuxt MarkDownit Module MD 支持
+ Nuxt BootStrap-Vue Module UI 框架
+ Highlight.js 代码高亮