0.9.185 • Published 7 months ago

@starnetbih/six4win-player v0.9.185

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
7 months ago

s4w-player

This project is bootstrapped by aurelia/new.

Start dev web server

npm start

Note this plugin project comes with a dev-app. The above command starts the dev app in dev-app/ folder. The plugin source code is in src/ folder.

Build the plugin in production modern

npm run build

It builds plugin into dist/index.js file.

Note when you do npm publish or npm pack to prepare the plugin package, it automatically run the above build command by the prepare script defined in your package.json "scripts" section.

Consume the plugin

If your plugin is published to npm or a private registry, just install the plugin package.json

npm install s4w-player

If you want to directly use plugin's git repo.

npm install git@github.com:username/s4w-player.git

or

npm install https://some.git.server/username/s4w-player.git

If you want to install from local folder, don't do "npm install ../local/s4w-player/" as the folder's node_modules/ will cause webpack to complain about duplicated dependency like "@aurelia/metadata".

In this plugin's folder, do

npm pack

This will pack the plugin into s4w-player In an application project's main file.

import * as myPlugin from 's4w-player';
Aurelia
  // Load all exports from the plugin
  .register(myPlugin)
  .app(MyApp)
  .start();

Unit Tests

npm run test

Run unit tests in watch mode.

npm run test:watch

Analyze webpack bundle

npm run analyze
0.9.175

8 months ago

0.9.178

8 months ago

0.9.177

8 months ago

0.9.171

8 months ago

0.9.174

8 months ago

0.9.173

8 months ago

0.9.170

8 months ago

0.9.169

8 months ago

0.9.183

8 months ago

0.9.182

8 months ago

0.9.185

7 months ago

0.9.184

8 months ago

0.9.181

8 months ago

0.9.180

8 months ago

0.9.179

8 months ago

0.9.167

9 months ago

0.9.165

10 months ago

0.9.154

10 months ago

0.9.164

10 months ago

0.9.156

10 months ago

0.9.166

9 months ago

0.9.155

10 months ago

0.9.160

10 months ago

0.9.163

10 months ago

0.9.162

10 months ago

0.9.158

10 months ago

0.9.157

10 months ago

0.9.159

10 months ago

0.9.153

10 months ago

0.9.152

10 months ago

0.9.151

10 months ago

0.9.150

10 months ago

0.9.149

10 months ago

0.9.148

10 months ago

0.9.147

10 months ago

0.9.146

10 months ago

0.9.145

10 months ago

0.9.144

10 months ago