Skip to content

k-karen/test-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. レポジトリ作成&git clone githubでレポジトリを作成。 git clone https://github.com/k-karen/test-app.git とかでCloneしてくる

  2. vue create ~ build クローンしたレポジトリ配下までcdしてから。

# レポジトリ名と同じ名前のアプリでいいなら、vue create . でOK。
vue create .
# オプションは適当でOKだと思います(babel,PWAをマニュアルで選択して私は行いました)
vi vue.config.js
# でレポジトリのファイルを参考に設定を作る。
yarn build
# git add -A & git push origin headとかで適当に今までの変更をgithubへpush
  1. githubの設定 github上のSettingsからGitHub Pages の Source を master branch /docs folder にする。 https://k-karen.github.io/test-app/index.html と反映できたことが確認できたかと思います。

test-app

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published