spax
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

SPAX

Framework for Single Page Application

Travis Coveralls dependencies devDependency Status NPM version

Install

$ npm install spax

Usage

import { configure, use, run } from 'spax'

Webpack

...
module: {
  rules: [
    ...
    {
      test: /\.ts$/,
      // spax needs babel and ts
      exclude: /node_modules[/\\](?!spax[/\\])/,
      loader: 'babel-loader!ts-loader'
    },
    ...
  ]
}
...

Examples

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i spax

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • imliwenfu