“Ekspresowy generator aplikacji” Kod odpowiedzi

Generator ekspresowy

$ npm install express-generator -g
DevPedrada

Generator ekspresowy

/*
Use the application generator tool, express-generator, to quickly create an application skeleton.
You can run the application generator with the npx command (available in Node.js 8.2.0).
*/

npx express-generator
scooby-doo

Generator ekspresowy

npx express-generator --view=no-view my-app
Gleaming Goat

inicjować aplikację Express

npx express-generator
Muddy Macaw

Express Generator Instal

$ npx express-generator
Leo Afshal

Ekspresowy generator aplikacji

# Quick start Express app
$ npx express-generator --view=hbs --git projectFolderName

# Help
$ express -h

  Usage: express [options] [dir]

  Options:

    -h, --help          output usage information
        --version       output the version number
    -e, --ejs           add ejs engine support
        --hbs           add handlebars engine support
        --pug           add pug engine support
    -H, --hogan         add hogan.js engine support
        --no-view       generate without view engine
    -v, --view <engine> add view <engine> support (ejs|hbs|hjs|jade|pug|twig|vash) (defaults to jade)
    -c, --css <engine>  add stylesheet <engine> support (less|stylus|compass|sass) (defaults to plain css)
        --git           add .gitignore
    -f, --force         force on non-empty directory
Brix_da_best

Odpowiedzi podobne do “Ekspresowy generator aplikacji”

Pytania podobne do “Ekspresowy generator aplikacji”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu