Webpack Uikit

UIKit 3 template based on Webpack
Alternatives To Webpack Uikit
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Tris Webpack Boilerplate1,038
3 months ago16mitSCSS
A Webpack boilerplate for static websites that has all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance.
Galada126
a year ago6mitSCSS
Galada is an easy and simple blog theme for Jekyll.
Webpack 4 Boilerplate67
2 years ago14JavaScript
Webpack 4 Boilerplate with Babel, SASS or SCSS, browser autoprefix, and optimization using gzip and brotli for Production
Sprockets Svg1115 years ago18May 14, 20182mitRuby
SVG toolchain for sprockets
Ctu Timetablegenerator New9
a year agogpl-3.0C++
Generates the best possible time table for a user
Webpack Uikit9
2 years agomitJavaScript
UIKit 3 template based on Webpack
Manavvora.github.io3
14 hours agootherHTML
A personal website made using Jekyll's Ed theme
Js Perf2
3 months ago3gpl-3.0SCSS
A minimal online benchmark tool to compare JS scripts online
Alejandroalsa.github.io2
a month agocc0-1.0SCSS
En este blog publicaré tutoriales, información, noticias y curiosidades acerca de => HTML CSS JS Software Sistemas Operativos Optimización Redes
Angular Full Starter2
3 years agomitTypeScript
:fire: Angular starter, which combines all the necessary components for writing a complete project
Alternatives To Webpack Uikit
Select To Compare


Alternative Project Comparisons
Readme

Webpack UIKit 3 app template

Description

This project contains preconfigured Webpack 4 to work with the following tasks:

  • Compile SCSS to CSS
  • Optimize images (*.png, *.jpeg, *.gif)
  • Convert SVG into inline 'data:image' format
  • Fonts loader
  • Automatic copy static directory to the dist directory
  • Production optimization (styles, JavaScript, images)
  • Build source maps

Includes

  • UIKit 3 (SCSS, JS)

Installation

  • Execute a command from the root directory
npm install
  • Use 'index.html' as home page
  • Write Your own JavaScript in the file: src/js/app.js
  • Also Your styles may be placed in the SCSS file: src/scss/app.scss
  • Then run the following command to build dev bundle:
npm run build
  • Good luck!

Project structure

  • src: Project sources root
    • img: Images and icons used in your styles
    • js: JavaScript code-base for your application
    • scss: Styles sources (may contain structure what you like)
    • static: Images and media-files which uses statically (will be copied to the dist directory), ex: uses in the HTML

Tasks

  • Build sources - npm run build
  • Start file watcher for recompiling - npm run watch
  • Start webpack dev server - npm run start
  • Build sources for production (with optimization) - npm run production
  • Clean 'dist' folder - npm run clear
Popular Scss Projects
Popular Optimization Projects
Popular Web User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Scss
Optimization