既存のMagic3システム(v3.0.4以降)と連携したNode.jsベースのフロントエンドシステムのサンプルです。
Magic3で管理しているブログ記事が表示できます。
Vue.js, Nuxt.js, Vuetify.js, MySQL接続等使用。
server/env/development.jsonファイルを編集して、連携するMagic3のDBへ接続する設定にしてください。 Edit db connection to Magic3 Database in server/env/development.json file.
nuxt.config.jsファイルの「API_URL」にサーバ接続用のURLを設定します。 Editing 'API_URL' parameter in nuxt.config, configure the URL to the server.
# install dependencies
$ npm install
# build for production and launch server
$ npm run build
$ npm start