0.1.201 • Published 9 months ago

@starnetbih/quicksix-console v0.1.201

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
9 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.1.190

10 months ago

0.1.192

9 months ago

0.1.191

10 months ago

0.1.197

9 months ago

0.1.199

9 months ago

0.1.194

9 months ago

0.1.193

9 months ago

0.1.196

9 months ago

0.1.195

9 months ago

0.1.201

9 months ago

0.1.200

9 months ago

0.1.181

11 months ago

0.1.180

11 months ago

0.1.187

10 months ago

0.1.186

10 months ago

0.1.189

10 months ago

0.1.188

10 months ago

0.1.183

11 months ago

0.1.185

10 months ago

0.1.184

11 months ago

0.1.179

11 months ago

0.1.178

11 months ago

0.1.176

11 months ago

0.1.177

11 months ago

0.1.157

12 months ago

0.1.159

12 months ago

0.1.154

1 year ago

0.1.153

1 year ago

0.1.156

12 months ago

0.1.155

12 months ago

0.1.172

12 months ago

0.1.150

1 year ago

0.1.171

12 months ago

0.1.174

12 months ago

0.1.152

1 year ago

0.1.173

12 months ago

0.1.151

1 year ago

0.1.169

12 months ago

0.1.147

1 year ago

0.1.149

1 year ago

0.1.148

1 year ago

0.1.165

12 months ago

0.1.164

12 months ago

0.1.167

12 months ago

0.1.166

12 months ago

0.1.161

12 months ago

0.1.160

12 months ago

0.1.163

12 months ago

0.1.162

12 months ago

0.1.146

1 year ago

0.1.144

1 year ago