1.0.0 • Published 8 years ago

essurvey v1.0.0

Weekly downloads
3
License
Microsoft
Repository
-
Last release
8 years ago

Static library Repository

This repository contains all static libraries.

Source Info

Prerequisite

Getting started

git clone https://microsoft.visualstudio.com/DefaultCollection/Universal%20Store/_git/SSD.Framework.Statics
cd SSD.Framework.Statics
npm install -g gulp
npm install
gulp serve # to start the static server with a test page.

Directory Structure

.
├── src
│    ├── core_ui
│    │  ├── component_a
│    │	│  	├── component_a.ts
│    │	│	├── component_a.test.ts
│    │	│	└── component_a.scss
│    │  └── component_b
│    │	  	├── component_b.ts
│    │		├── component_b.test.ts
│    │		└── component_b.scss
│    ├── xbox
│    │  ├── component_a
│    │	│  	├── component_a.ts
│    │	│	├── component_a.test.ts
│    │	│	└── component_a.scss
│    │  └── component_b
│    │	  	├── component_b.ts
│    │		├── component_b.test.ts
│    │		└── component_b.scss
│    └── common
│    	  	├── component_a.ts
│    		├── component_a.test.ts
│    		└── component_a.scss
├── readme.md
├── index.html
└── app.js
    
    

Component description

Using from client application

Adding new component

Troubleshooting

If you get any error when you run npm, please make sure you have Visual Studio C++ is installed. One of the build tool needs C++ targets. If you get an error that says couldn’t find C++ target file, check out this link.

Contact us

Contact sekeatin@microsoft.com; brukb@microsoft.com