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
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
yarn
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
yarn dev
or
yarn vdev
pm2 start pm2.json
pm2 stop pm2.json