Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Vuex Quick Start Guide

You're reading from   Vuex Quick Start Guide Centralized State Management for your Vue.js applications

Arrow left icon
Product type Paperback
Published in Apr 2018
Publisher Packt
ISBN-13 9781788999939
Length 152 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Andrea Koutifaris Andrea Koutifaris
Author Profile Icon Andrea Koutifaris
Andrea Koutifaris
Arrow right icon
View More author details
Toc

Setting up the development environment

Vue provides a tool, vue-cli, for scaffolding Vue.js projects. It also supports webpack, the web packaging tool we are going to use. To install vue-cli, you just need to type npm install -g vue-cli in a console.

Although using vue-cli is the fastest way to start a new project, in the following paragraphs, I will explain how to set up a Vue project from scratch.

We will set up a Vue/Vuex project using the npm (node package manager), explaining every step and installing only a minimum set of dependencies, as opposed to vue-cli, which will install a lot of npm packages in order to provide a general-purpose project configuration.

By using the GitHub repository of this book and checking out the first commits, you can observe what I did to set up the EveryNote app development environment.

...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime