Skip to content

m99coder/bulma-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bulma-webpack

Bulma Customization with Webpack Bundler

Goals

  • Customize Bulma
  • Optimize bundle size
  • Implement critical path styling

Command History

mkdir bulma-webpack
cd $_
echo "# bulma-webpack" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin git@github.com:m99coder/bulma-webpack.git
git push -u origin master
echo "node_modules" > .gitignore
npm init -y
npm install bulma --save
npm install webpack webpack-cli --save-dev
npm install css-loader sass-loader node-sass mini-css-extract-plugin --save-dev
{
  "scripts": {
    "build": "webpack --mode production",
    "dev": "webpack --mode development"
  }
}

About

Bulma Customization with Webpack Bundler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published