RARomano / SharePointHostedSPA

SPA implemented in a SharePoint Hosted App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SharePointHostedSPA

SPA implemented in a SharePoint Hosted App using Vue.js.

The main goal with this is to use this solution as a template for Vue.js SPA for SharePoint. There are a lot of tasks to do, but feel free to send a PR :)

Requirements

  • Node
  • NPM

Structure

All client objects are available on the src folder image

All routes are configured in the boot.ts file, the root content is on the app.vue.html.

Resulting app

image

Still pending

Run webpack whenever a file (.ts, .vue.html, .css, .scss) is changed.

For now, please run manually:

./node_modules/.bin/webpack --config config/webpack.config.js
./node_modules/.bin/webpack --config config/webpack.config.vendor.js

The generated files will be created on the App/Scripts folder

image

About

SPA implemented in a SharePoint Hosted App


Languages

Language:JavaScript 99.8%Language:TypeScript 0.1%Language:HTML 0.0%Language:Gherkin 0.0%