Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.04 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.04 KB

Luna With Vue.js

概要

C++のWebフレームワーク:LunaVue.jsWebpackを組み合わせて制作したSPAサンプル。

ビルド

こちらを参考にLunaの環境を構築する

それとは別にNodejs環境とyarnの準備も必要。

ソースをclone

git clone https://github.com/S-H-GAMELINKS/LunaWithVue.git

ディレクトリを移動して、

cd LunaWithVue
conan install .
conan build .

を実行。

その後、assets ディレクトリに移動して

cd assets
yarn install
yarn build

を実行し、yarnで管理しているライブラリの導入とwebpackでのビルドを行う。

最後に、ディレクトリを移動して

cd .. && ./bin/awesomesauce

でアプリする。 localhost:8080で実際のページにアクセスできる。

ライセンス

MIT ライセンスです。