typescript-boilerplate

1.0.0 • Public • Published

typescript-boilerplate

Required: node.js >= 6.9.1.

Install: download and use npm install.

Dev server: npm run start.

Build: npm run build.

Optional: for library create uncomment these tags in webpack.config.js and enter your library name:

output: {
        filename: 'build.js',
        //library: 'LibraryName',
        //libraryTarget: 'umd',
        //libraryExport: "default",
        path: path.resolve(__dirname, 'dist')
    },

Readme

Keywords

none

Package Sidebar

Install

npm i typescript-boilerplate

Weekly Downloads

3

Version

1.0.0

License

none

Unpacked Size

6.44 kB

Total Files

11

Last publish

Collaborators

  • vadimjoy