All Projects → LeeSwagger → webpack-starter

LeeSwagger / webpack-starter

Licence: other
Simple webpack config with babel, scss, and lodash

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to webpack-starter

Webpack Boilerplate
A minimal webpack 5 boilerplate with only Babel, SASS and lodash (optional) on board
Stars: ✭ 404 (+759.57%)
Mutual labels:  lodash, webpack4
rr-boilerplate
A lightweight React&Redux boilerplate
Stars: ✭ 35 (-25.53%)
Mutual labels:  babel7, webpack4
quickstart-miniprogram
🎉微信小程序webpack模板
Stars: ✭ 32 (-31.91%)
Mutual labels:  webpack4
react-app-simple-chat-app
A Simple Chat Application using MERN stack (MongoDB, Express JS, React JS, Node JS) and Socket.io for real time chatting
Stars: ✭ 41 (-12.77%)
Mutual labels:  babel7
webpack4-boilerplate
webpack4打包模板
Stars: ✭ 36 (-23.4%)
Mutual labels:  webpack4
fast-cartesian
Fast cartesian product
Stars: ✭ 51 (+8.51%)
Mutual labels:  lodash
easy-webpack-4
Webpack 4 simple example to quickly build a web application
Stars: ✭ 68 (+44.68%)
Mutual labels:  webpack4
webpack-boilerplate
Webpack 4 boilerplate (babel, eslint, prettier, jest, sass, postcss, hmr, browsersync)
Stars: ✭ 33 (-29.79%)
Mutual labels:  webpack4
cruise
A Continuous Integration (CI) management system homework from Thought Works
Stars: ✭ 13 (-72.34%)
Mutual labels:  webpack4
bootpack
Create multi-page websites using bootstrap for development and webpack for task running.
Stars: ✭ 30 (-36.17%)
Mutual labels:  webpack4
webpack-alioss-upload-plugin
A flexible webpack plugin to upload files to aliyun oss, which supports multiple optional upload methods and parameters.
Stars: ✭ 14 (-70.21%)
Mutual labels:  webpack4
Project06-A-Slack
팀 협업도구, 우리동네 슬랙 🚀
Stars: ✭ 14 (-70.21%)
Mutual labels:  webpack4
webpack-demos
webpack小练习
Stars: ✭ 17 (-63.83%)
Mutual labels:  webpack4
nativescript-dev-webpack
A package to help with webpacking NativeScript apps.
Stars: ✭ 98 (+108.51%)
Mutual labels:  webpack4
react-boilerplate
React 18, React-Router, Typescript, Vite, Babel 7, React-Testing-Library, Vitest
Stars: ✭ 27 (-42.55%)
Mutual labels:  babel7
R.apex
Functional utility library for Apex
Stars: ✭ 80 (+70.21%)
Mutual labels:  lodash
Vi-Ui
💙 A simple but consistent user interface made for Vue
Stars: ✭ 42 (-10.64%)
Mutual labels:  webpack4
tooltip-generator
💫 A tool to generate CSS code for tooltips. Built with Vue.js and Tailwind CSS
Stars: ✭ 32 (-31.91%)
Mutual labels:  lodash
react-library-template
Jumpstart your team's shared react library
Stars: ✭ 26 (-44.68%)
Mutual labels:  webpack4
lodash-loader
Cherry-picks Lodash functions and require them explicitly to reduce the webpack bundle size.
Stars: ✭ 13 (-72.34%)
Mutual labels:  lodash

webpack-starter-config

Simple webpack configuration with babel, sass and webpack-dev-server.

Js and css will minify in production mode.

Development mode

npm start

In this mode *.css and *.js will remove from /public folder.

Production mode

npm run build

Assets (*.css and *.js) will save in /public folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].