0.9.326 • Published 9 months ago

@starnetbih/six4win-console v0.9.326

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

six4win-console

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 six4win-console

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

npm install git@github.com:username/six4win-console.git

or

npm install https://some.git.server/username/six4win-console.git

If you want to install from local folder, don't do "npm install ../local/six4win-console/" 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 six4win-console In an application project's main file.

import * as myPlugin from 'six4win-console';
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.310

11 months ago

0.9.309

11 months ago

0.9.305

11 months ago

0.9.304

11 months ago

0.9.307

11 months ago

0.9.306

11 months ago

0.9.301

11 months ago

0.9.300

11 months ago

0.9.303

11 months ago

0.9.302

11 months ago

0.9.321

10 months ago

0.9.320

10 months ago

0.9.319

10 months ago

0.9.316

10 months ago

0.9.318

10 months ago

0.9.317

10 months ago

0.9.312

10 months ago

0.9.311

10 months ago

0.9.314

10 months ago

0.9.313

10 months ago

0.9.297

11 months ago

0.9.296

11 months ago

0.9.299

11 months ago

0.9.298

11 months ago

0.9.326

9 months ago

0.9.323

10 months ago

0.9.322

10 months ago

0.9.325

10 months ago

0.9.324

10 months ago

0.9.293

11 months ago

0.9.292

11 months ago

0.9.294

11 months ago

0.9.275

1 year ago

0.9.277

1 year ago

0.9.276

1 year ago

0.9.271

1 year ago

0.9.270

1 year ago

0.9.273

1 year ago

0.9.272

1 year ago

0.9.268

1 year ago

0.9.267

1 year ago

0.9.269

1 year ago

0.9.286

12 months ago

0.9.285

12 months ago

0.9.288

12 months ago

0.9.287

12 months ago

0.9.282

12 months ago

0.9.281

1 year ago

0.9.284

12 months ago

0.9.283

12 months ago

0.9.280

1 year ago

0.9.279

1 year ago

0.9.278

1 year ago

0.9.255

1 year ago

0.9.291

12 months ago

0.9.290

12 months ago

0.9.289

12 months ago

0.9.264

1 year ago

0.9.263

1 year ago

0.9.266

1 year ago

0.9.265

1 year ago

0.9.262

1 year ago

0.9.261

1 year ago

0.9.257

1 year ago

0.9.259

1 year ago

0.9.258

1 year ago

0.9.253

1 year ago

0.9.252

1 year ago

0.9.254

1 year ago

0.9.251

1 year ago

0.9.250

1 year ago

0.9.249

1 year ago

0.9.248

1 year ago

0.9.247

1 year ago

0.9.246

1 year ago

0.9.245

1 year ago

0.9.244

1 year ago

0.9.243

1 year ago

0.9.242

1 year ago