1.7.2 • Published 4 years ago

simple-webpack-starter v1.7.2

Weekly downloads
3
License
ISC
Repository
-
Last release
4 years ago

simple-webpack-starter

Global command line tool for initializing new project with webpack boilerplate. The generated project includes webpack, live reloading, babel, eslint and sass. Sass files named <file>.module.scss will be loaded using CSS modules.

Installation

npm install -g simple-webpack-starter

Creating a new project

start-project <name>

This will create an empty project and install its dependencies. Including the optional name argument will use that project name for the root folder and package.json. If no project name is provided it will default to new-project. If git is installed it will also initialize a new repository for you.

Development

In your project's root folder, run npm run start to launch the development server. By default your application will be served from port 8888. You can change this by editing the port number in webpack.config.js.

Building your application

Running npm run build will create a minified production bundle inside the dist folder. You can preview your production application by running npm run preview.

1.7.2

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago