1.0.0 • Published 6 years ago

typescript-boilerplate v1.0.0

Weekly downloads
6
License
-
Repository
-
Last release
6 years ago

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')
    },