1.0.6 • Published 6 years ago

webpack-cli-simple v1.0.6

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

Introduce

this is a simple self use cli for single-view app with webpack

Base on

node 8.6.0 npm 5.3.0

Quick to start

1.make sure you have install webpack npm with global 2.download this project 3.npm install 4.npm run dev develop mode 5.npm run build build mode

Directory

|-- dist #build files for example
|-- node_modules #node packages
|-- src #dev folder
    |-- css #style
        |-- app.scss #app style
    |-- img #images
    |-- js #scripts
        |-- index.js #script
    |-- template.html #html template for webpack
|--- .babelrc #babel conf
|--- .gitignore #git ignore conf
|--- package.json #all dependencies
|--- postcss.config.js #postcss conf
|--- README.md #this file
|--- webpack.config.js #webpack file
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago