# Create a new application

Install the Vue CLI (opens new window), and create a new project named vue-streaming-chart. Then, go to the project directory and launch the application. You should see the app running at http://localhost:8080/ (opens new window) in your browser.

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