sp-dev-fx-webparts/samples/vuejs-todo-single-file-comp...
Sergei Sergeev 62d9f652ea Updated to latest packages. Fixed issue with component declaration. (#323)
Update package.json, badge, readme.
2017-10-09 04:44:26 -04:00
..
.vscode Fixed issues with webpack 2. (#239) 2017-06-15 14:34:20 +02:00
config Updated to latest packages. Fixed issue with component declaration. (#323) 2017-10-09 04:44:26 -04:00
src/webparts/todo Updated to latest packages. Fixed issue with component declaration. (#323) 2017-10-09 04:44:26 -04:00
typings Upgraded Vue.js sample to GA. (#168) 2017-03-31 01:34:42 +03:00
.editorconfig Added Vue.js todo sample. (#106) 2017-02-03 17:55:11 +02:00
.gitattributes Added Vue.js todo sample. (#106) 2017-02-03 17:55:11 +02:00
.gitignore Added Vue.js todo sample. (#106) 2017-02-03 17:55:11 +02:00
.npmignore Added Vue.js todo sample. (#106) 2017-02-03 17:55:11 +02:00
README.md Updated to latest packages. Fixed issue with component declaration. (#323) 2017-10-09 04:44:26 -04:00
gulpfile.js Updated to latest packages. Fixed issue with component declaration. (#323) 2017-10-09 04:44:26 -04:00
package-lock.json Updated to latest packages. Fixed issue with component declaration. (#323) 2017-10-09 04:44:26 -04:00
package.json Updated to latest packages. Fixed issue with component declaration. (#323) 2017-10-09 04:44:26 -04:00
tsconfig.json Upgraded Vue.js sample to GA. (#168) 2017-03-31 01:34:42 +03:00

README.md

Todo Client Web Part built with Vue.js and Vue's single-file components

Summary

Sample Todo web part demonstrating how you can utilize Vue (a progressive framework for building user interfaces) with SharePoint Framework using handy single-file components approach.

Used SharePoint Framework Version

drop

Applies to

Solution

Solution Author(s)
vuejs-todo-single-file-component Sergei Sergeev (@sergeev_srg)

Version history

Version Date Comments
0.0.1 January 27, 2017 Initial version.
0.0.2 March 30, 2017 Updated to GA
0.0.3 June 14, 2017 Fix webpack 2 issues
0.0.4 October 7, 2017 Updated packages to latest versions, misc fixing

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repo
  • In the command line run:
    • npm i
    • gulp serve

Features

Demonstrates\uses below features:

  • integration between third party frontend framework Vue.js and SharePoint Framework
  • build pipeline customization
  • custom build pipeline tasks
  • modern component-based architecture
  • separation of concerns between markup, styling and code
  • single-file components architecture for Vue.js
  • custom webpack loaders