Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-angular-wixapp

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-angular-wixapp

Yeoman generator for AngularJS based Wix.com App Market application

  • 0.2.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Yeoman Wix Application Generator

A generator for Yeoman.

Read more about Wix Application development in official develpment guide.

Features

  • Using official Wix UI Lib with demo settings panel
  • Localized settings panel
  • Demo implementation of settings panel and app interaction
  • You can choose to use SASS instead of plain CSS
  • Wix SDK wrapped as Angular service
  • Generates sample unit and e2e tests

Getting Started

Install yeoman:

$ sudo npm install -g yo

To install generator-angular-wixapp from npm, run:

$ sudo npm install -g generator-angular-wixapp

Finally, initiate the generator:

$ mkdir wixapp
$ cd wixapp
$ yo angular-wixapp

After app is generated run:

$ grunt serve

Now you should see the app in your browser at http://localhost:9000

Start unit tests server that will rerun tests on each change:

$ grunt test

Or you can run unit tests only once:

$ grunt karma:singlerun

In order to run e2e tests first you have to install protractor. Then run:

$ protractor protractor-conf.js

Building:

$ grunt build

This command will build your app do dist directory.

License

MIT License

Keywords

FAQs

Package last updated on 26 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc