0.9.326 • Published 7 months ago

@starnetbih/six4win-console v0.9.326

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

8 months ago

0.9.309

8 months ago

0.9.305

8 months ago

0.9.304

8 months ago

0.9.307

8 months ago

0.9.306

8 months ago

0.9.301

8 months ago

0.9.300

8 months ago

0.9.303

8 months ago

0.9.302

8 months ago

0.9.321

7 months ago

0.9.320

7 months ago

0.9.319

7 months ago

0.9.316

8 months ago

0.9.318

7 months ago

0.9.317

7 months ago

0.9.312

8 months ago

0.9.311

8 months ago

0.9.314

8 months ago

0.9.313

8 months ago

0.9.297

8 months ago

0.9.296

8 months ago

0.9.299

8 months ago

0.9.298

8 months ago

0.9.326

7 months ago

0.9.323

7 months ago

0.9.322

7 months ago

0.9.325

7 months ago

0.9.324

7 months ago

0.9.293

9 months ago

0.9.292

9 months ago

0.9.294

9 months ago

0.9.275

10 months ago

0.9.277

10 months ago

0.9.276

10 months ago

0.9.271

10 months ago

0.9.270

10 months ago

0.9.273

10 months ago

0.9.272

10 months ago

0.9.268

10 months ago

0.9.267

10 months ago

0.9.269

10 months ago

0.9.286

9 months ago

0.9.285

9 months ago

0.9.288

9 months ago

0.9.287

9 months ago

0.9.282

9 months ago

0.9.281

10 months ago

0.9.284

9 months ago

0.9.283

9 months ago

0.9.280

10 months ago

0.9.279

10 months ago

0.9.278

10 months ago

0.9.255

10 months ago

0.9.291

9 months ago

0.9.290

9 months ago

0.9.289

9 months ago

0.9.264

10 months ago

0.9.263

10 months ago

0.9.266

10 months ago

0.9.265

10 months ago

0.9.262

10 months ago

0.9.261

10 months ago

0.9.257

10 months ago

0.9.259

10 months ago

0.9.258

10 months ago

0.9.253

10 months ago

0.9.252

10 months ago

0.9.254

10 months ago

0.9.251

10 months ago

0.9.250

10 months ago

0.9.249

10 months ago

0.9.248

10 months ago

0.9.247

10 months ago

0.9.246

10 months ago

0.9.245

10 months ago

0.9.244

10 months ago

0.9.243

10 months ago

0.9.242

10 months ago