Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
pimhooghiemstra committed May 29, 2019
1 parent 4a2eb9f commit d58f677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -5,15 +5,15 @@ using Vue JS. I am writing a series of blog posts to accompany the code.


## Part 1 ## Part 1


Only a blog post, no code. The post is about the first steps we take before starting to code. Only a [blog post](https://medium.com/plint-sites/creating-a-product-configurator-with-vue-plint-talk-2808b0ecee59), no code. The post is about the first steps we take before starting to code.


## Part 2 ## Part 2


Setup of the project. We use @vue/cli with Vuex. No routing or other packages are involved here for simplicity. The store (with modules) is setup and a simple page is developed to show how the store works. Setup of the project. We use @vue/cli with Vuex. No routing or other packages are involved here for simplicity. The store (with modules) is setup and a simple page is developed to show how the store works. The post covering this is available on [Medium](https://medium.com/plint-sites/creating-a-product-configurator-with-vue-2-2a5d784d684a).


## Part 3 ## Part 3


To be continued. Full implementation of the product configurator with login. The store defined in part 2 is connected to the frontend. Currently drafting the blog post that describes all components in detail.


## Project setup ## Project setup
``` ```
Expand Down

0 comments on commit d58f677

Please sign in to comment.