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 博客前端
- Host: GitHub
- URL: https://github.com/ttttonyhe/antony-nuxt
- Owner: ttttonyhe
- License: gpl-3.0
- Archived: true
- Created: 2020-03-02T10:50:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T09:00:45.000Z (over 5 years ago)
- Last Synced: 2025-05-04T10:48:44.823Z (about 1 year ago)
- Topics: bootstrap-vue, i18n-js, infinite-scroll, nuxtjs, rest-api, server-side-rendering, ssr, vuejs, wordpress, wordpress-api
- Language: Vue
- Homepage: https://www.ouorz.com
- Size: 1.55 MB
- Stars: 21
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### ScreenShot 首页截图

### 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 代码高亮