Skip to content

terwer/jvue-front

Repository files navigation

jvue-front

Next version for jvue-front using nuxt3 which supports Metaweblog API.

We will start develop after Nuxt3 stabe release,please wait...

See also:element-plus/element-plus-nuxt-starter#46

Install

dnf install npm
# apt install nom
npm i -g n
sudo n stable

npm i -g yarn
npm i -g vercel
npm i -g pm2

Init

yarn

Set up environment variables

Copy the .env.example file in this directory to .env (which will be ignored by Git):

cp .env.example .env

and change the config, the file maybe like this:

# setting for Siyuan-Note
SIYUAN_API_URL=
SIYUAN_AUTH_TOKEN=

# setting for WordPress
WORDPRESS_API_URL=https://wordpress-host/xmlrpc.php
WORDPRESS_USERNAME=
WORDPRESS_PASSWORD=

# set wordpress as default
DEFAULT_TYPE=wordpress

Dev

yarn dev

or

yarn vdev

Deploy

pm2 start pm2.json
pm2 stop pm2.json

About

以 Metaweblog API 为标准的博客轻量级平台。默认适配并支持支持思源笔记、博客园、WordPress以及支持 Metaweblog API 的平台

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published