0.9.326 • Published 8 months ago

@starnetbih/six4win-console v0.9.326

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
8 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

9 months ago

0.9.309

9 months ago

0.9.305

9 months ago

0.9.304

9 months ago

0.9.307

9 months ago

0.9.306

9 months ago

0.9.301

9 months ago

0.9.300

9 months ago

0.9.303

9 months ago

0.9.302

9 months ago

0.9.321

8 months ago

0.9.320

8 months ago

0.9.319

8 months ago

0.9.316

8 months ago

0.9.318

8 months ago

0.9.317

8 months ago

0.9.312

8 months ago

0.9.311

9 months ago

0.9.314

8 months ago

0.9.313

8 months ago

0.9.297

9 months ago

0.9.296

9 months ago

0.9.299

9 months ago

0.9.298

9 months ago

0.9.326

8 months ago

0.9.323

8 months ago

0.9.322

8 months ago

0.9.325

8 months ago

0.9.324

8 months ago

0.9.293

10 months ago

0.9.292

10 months ago

0.9.294

10 months ago

0.9.275

10 months ago

0.9.277

10 months ago

0.9.276

10 months ago

0.9.271

11 months ago

0.9.270

11 months ago

0.9.273

11 months ago

0.9.272

11 months ago

0.9.268

11 months ago

0.9.267

11 months ago

0.9.269

11 months ago

0.9.286

10 months ago

0.9.285

10 months ago

0.9.288

10 months ago

0.9.287

10 months ago

0.9.282

10 months ago

0.9.281

10 months ago

0.9.284

10 months ago

0.9.283

10 months ago

0.9.280

10 months ago

0.9.279

10 months ago

0.9.278

10 months ago

0.9.255

11 months ago

0.9.291

10 months ago

0.9.290

10 months ago

0.9.289

10 months ago

0.9.264

11 months ago

0.9.263

11 months ago

0.9.266

11 months ago

0.9.265

11 months ago

0.9.262

11 months ago

0.9.261

11 months ago

0.9.257

11 months ago

0.9.259

11 months ago

0.9.258

11 months ago

0.9.253

11 months ago

0.9.252

11 months ago

0.9.254

11 months ago

0.9.251

11 months ago

0.9.250

11 months ago

0.9.249

11 months ago

0.9.248

11 months ago

0.9.247

11 months ago

0.9.246

11 months ago

0.9.245

11 months ago

0.9.244

11 months ago

0.9.243

11 months ago

0.9.242

11 months ago