Skip to content

whimRTC/whim-template

Repository files navigation

wh.im app template

概要

wh.im上でアプリを動かすときのVue.jsによるテンプレートです。

使い方

クローンし、remoteを変更します

git clone git@github.com:sally-inc/whim-template.git {app_name}
cd {app_name}
git remote set-url origin {your_url}

起動

yarn
yarn serve

起動(Docker)

docker build --tag app:latest . 
docker run -it -v $PWD:/template -p 3001:3001 app:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published