Skip to content

Vue.js勉強会用の「とにかく楽してVue.jsでTypeScriptを使いたい」のサンプルリポジトリ

Notifications You must be signed in to change notification settings

BcRikko/trial-vuejs-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e8c7cf6 · Oct 26, 2017

History

4 Commits
Oct 10, 2017
Oct 10, 2017
Oct 24, 2017
Oct 15, 2017
Oct 15, 2017
Oct 10, 2017
Oct 10, 2017
Oct 10, 2017
Oct 10, 2017
Oct 10, 2017
Oct 10, 2017
Oct 26, 2017
Oct 15, 2017
Oct 10, 2017
Oct 10, 2017

Repository files navigation

trial-vuejs-typescript

Vue.js勉強会@さくらの夕べ で発表した とにかく楽してVue.jsでTypeScriptを使いたい のサンプルリポジトリです。

ブランチの説明

  • master
    • JavaScriptで開発したバージョン
  • vue-class-component
    • vue-class-componentを使ってTypeScriptで開発したバージョン
  • vue-2.5
    • vue@2.5を使ってTypeScriptで開発したバージョン

サンプル確認方法

# クローンする
$ git clone git@github.com:BcRikko/trial-vuejs-typescript.git

# 必要なライブラリをインストールする
$ cd trial-vuejs-typescript
$ npm install

# ビルドする(開発用)
$ npm run dev

# ビルドする(本番用)
$ npm run build

About

Vue.js勉強会用の「とにかく楽してVue.jsでTypeScriptを使いたい」のサンプルリポジトリ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published