March 2018
Beginner to intermediate
344 pages
7h 7m
English
Let's create a project that uses a RESTful API and the routing concepts that we've just learned. Create a new project by running the following in your Terminal:
# Create a new Vue project$ vue init webpack-simple vue-spa# Navigate to directory$ cd vue-spa# Install dependencies$ npm install# Install Vue Router and Axios$ npm install vue-router axios# Run application$ npm run dev
Read now
Unlock full access