Skip to content

This is the Code For the Vue.js In Action Book!

Notifications You must be signed in to change notification settings

nobusugi246/VuejsInActionCode

This branch is up to date with ErikCH/VuejsInActionCode:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

df83458 · Aug 30, 2019

History

38 Commits
Jul 28, 2017
Jun 5, 2019
Jul 26, 2018
Feb 19, 2018
Jul 26, 2018
Aug 30, 2019
Jun 5, 2019
Jun 5, 2019
Jun 28, 2019
Feb 5, 2018
Feb 5, 2018
Feb 20, 2018
Aug 30, 2019

Repository files navigation

Vue.js in Action

Complete files for the Vue.js in Action book!

Grab the book at https://www.manning.com/books/vue-js-in-action

Feel free to submit a PR if you find any problem with any of the code examples in the book!

FAQ

Can I run any code in any of the chapters?

No, the code you see in each folder may or may not be runnable. In the book I have snippets of code. You must combine the snippets of code into a runnable app. However, I have included the completed apps in each folder as well.

Do I need Vue CLI?

Yes and no. At the start of the book all the examples are single HTML pages that link out to the Vue.js CDN. In later chapters I converted over my Pet Store app to a Vue CLI app.

How do I run the Pet Store App

To run the pet store app change directories into the pet store directory and run npm install. Then run 'npm run dev'. Beware, you may need to change the port if it's already being used. This is found in the config/index.js.

What port does the pet store app run

I changed the configuration so the port is on 8081.

Help I found a bug!

Submit a PR and I'll look at it. After the book is released I may or may not accept pull requests. As of now I will accept them. (note: I'm really behind on PRs so I apologize if it takes a few weeks or longer for me to get to them)

About

This is the Code For the Vue.js In Action Book!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.5%
  • HTML 9.9%
  • Vue 5.1%
  • CSS 0.5%