Here we are going to create a new Vue.js application, using Breeze to handle the data management.
We will assume that you've already got the server side created, following the outline described in the STEPS document.
For the client, we will start with an empty directory and build an application that talks to the server, using Breeze to query and update data.
Along the way we will:
- Create a Vue application using the CLI
- Create TypeScript entity classes from the server metadata
- Create a Vue component to read and update entities
In the meantime, you can look at the northwind-vue demo app.
If you have problems with this demo, please create issues in this github repo.
If you have questions about Breeze, please ask on Stack Overflow.
If you need help developing your application, please contact us at IdeaBlade.