Step 3 - gunjandatta/sp-dashboard-vue GitHub Wiki
Previous Step
Code Solution
Now that we have created and configured the project, it's time for the fun stuff...the code. We will first build the solution on the local host using dummy data.
SharePoint Assets
The project files uploaded to SharePoint as part of the solution. We will also define the list and fields in a configuration file.
Dev Environment
Basic setup of the project. We will use webpart-dev-server to serve the app on the localhost. This will allow us to see the application changes as we code.
Router
Create the project views and configure the router.
Store
Configures the project store.
Navigation
Creates the custom vue template for displaying the bootstrap table.
Filter
Creates the SharePoint configuration.
DataTable
Creates a ribbon button to display the list table in a modal dialog. Creates a webpart to display the list table in.
Item Form
Deploy the solution to SharePoint.