-
Notifications
You must be signed in to change notification settings - Fork 0
Step 3
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.
The project files uploaded to SharePoint as part of the solution. We will also define the list and fields in a configuration file.
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.
Create the project views and configure the router.
Configures the project store.
Creates the custom vue template for displaying the bootstrap table.
Creates the SharePoint configuration.
Creates a ribbon button to display the list table in a modal dialog. Creates a webpart to display the list table in.
Deploy the solution to SharePoint.