Skip to content

An Elegant Blog SPA Based on 🖖Nuxt.js + WordPress REST API | 基于 Nuxt.js + WP REST API 的博客前端

License

Notifications You must be signed in to change notification settings

ThemeTony/nuxt-theme-tony

 
 

Repository files navigation

Antony-Nuxt

An Elegant Blog SPA Based on Nuxt.js + WordPress REST API

forks stars license

ScreenShot 首页截图


Thumbnail_index


See Also 关联项目


Develop & Deploy 开发和部署

git clone [email protected]:HelipengTony/antony-nuxt.git
cd antony-nuxt
yarn install

Development 开发

// Development Mode
yarn run dev

Deployment 部署

// Static site
// 静态站点
yarn run generate
// 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 代码高亮

Donate to me 赞助与列表

Your name will be on the list Donation

Donate


About

An Elegant Blog SPA Based on 🖖Nuxt.js + WordPress REST API | 基于 Nuxt.js + WP REST API 的博客前端

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 58.1%
  • CSS 35.3%
  • TypeScript 4.1%
  • JavaScript 2.5%