A self-hosted weibo app, built with Nuxt, no database or backend, pure static website. 用Nuxt生成静态网站的自建微博解决方案。
Nuxt.js project
# 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