项目作者: magnusdanielson

项目描述 :
Use Aurelia with SharePoint Framework (SPFx). The repository contains a working example of the traditional Aurelia Skeleton Navigation project.
高级语言: TypeScript
项目地址: git://github.com/magnusdanielson/spfx-aurelia.git
创建时间: 2017-12-11T22:26:33Z
项目社区:https://github.com/magnusdanielson/spfx-aurelia

开源协议:MIT License

下载


spfx-aurelia

Use Aurelia with SharePoint Framework (SPFx). The repository contains a working example of the traditional Aurelia Skeleton Navigation project.

If you have questions you can reach me @magnusdanielson on Twitter.

It is tested on the below versions of node and npm.

npm —v
3.10.8

node -v
v6.11.5

Building the code

  1. git clone the repo
  2. npm i
  3. npm i -g gulp
  4. gulp

This package produces the following:

  • lib/* - intermediate-stage commonjs build artifacts
  • dist/* - the bundled script, along with other resources
  • deploy/* - all resources which should be uploaded to a CDN.

Build options

gulp clean - TODO
gulp test - TODO
gulp serve - TODO
gulp bundle - TODO
gulp package-solution - TODO