# アプリケーションを新たに作成する

Vue CLI (opens new window) をインストールし、vue-streaming-chart というプロジェクトを作成します。そして、プロジェクトディレクトリに移動し、アプリケーションを起動します。ブラウザ上の http://localhost:8080/ (opens new window) にてアプリが動作しているはずです。

$ npm install -g @vue/cli
$ vue create --default vue-streaming-chart
$ cd vue-streaming-chart
$ npm run serve