0.1.3 • Published 3 years ago

danae-scripts v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

a front end build script tool

support

vue and reacr project

dev

danae-scripts start

default port 3000
open http://localhost:3000

build

danae-scripts build

support you to extend your own webpack profile

webpack.config.js

    // development stage
    if (process.env.NODE_ENV === 'development') {
        module.exports = {
            ...
        }
    } else {
        module.exports = {
            ...
        }
    }