Skip to content

Node.js based Magic3 sample frontend system with Nuxt.js 2.5, Express 4

License

Notifications You must be signed in to change notification settings

magic3org/example-nodejs-frontend

Repository files navigation

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

About

Node.js based Magic3 sample frontend system with Nuxt.js 2.5, Express 4

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published