/desk-weibo

A self-hosted static website version of weibo.

Primary LanguageVueMIT LicenseMIT

desk-weibo

A self-hosted weibo app, built with Nuxt, no database or backend, pure static website. 用Nuxt生成静态网站的自建微博解决方案。

Nuxt.js project

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project, target folder: /dist/
$ npm run generate