@ukyo-cli/core v2.5.1
Ukyo
Ukyo is a frontend boilerplate that uses Webpack 4.

- Webpack 4
- Babel 7.10
- JS Hot module replacement
- Pug template engine
- Scss style preprocessor
- Scss Hot module replacement
- Sass MQ
Gatting started
Clone Ukyo
git clone https://github.com/Giulico/ukyo.gitInstall the dependencies
npm installor
yarn installStart the development server
npm startor
yarn startThen open up http://localhost:3000
Production build
The production script creates minified bundles with lighter weight source maps with optimized assets.
npm run buildor
yarn buildBundle Analyzer
Ukyo uses Webpack Bundle Analyzer to visualize the size of webpack output with an interactive zoomable treemap.
npm run bundle-analyzeror
yarn bundle-analyzerFAQ
How can I navigate through multiple pug files?
Ukyo compiles as many pug files as it found in the /src/pug directory. Each compiled file is placed into a separate folder. For example, if you create a /src/pug/second-page.pug file you can visit it from http://localhost:3000/second-page.
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago