Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 972 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 972 Bytes

Magic3フロントエンドサンプル

既存のMagic3システム(v3.0.4以降)と連携したNode.jsベースのフロントエンドシステムのサンプルです。
Magic3で管理しているブログ記事が表示できます。
Vue.js, Nuxt.js, Vuetify.js, MySQL接続等使用。

Configration

DB接続(Database connect)

server/env/development.jsonファイルを編集して、連携するMagic3のDBへ接続する設定にしてください。 Edit db connection to Magic3 Database in server/env/development.json file.

サーバ接続用URL(Server connect URL)

nuxt.config.jsファイルの「API_URL」にサーバ接続用のURLを設定します。 Editing 'API_URL' parameter in nuxt.config, configure the URL to the server.

Build Setup

# install dependencies
$ npm install

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