All Projects → micooz → Es6 Webpack2 Starter

micooz / Es6 Webpack2 Starter

Licence: mit
🚀 A template project for es6/7, webpack2/3, sass and postcss

Programming Languages

javascript
184084 projects - #8 most used programming language
es6
455 projects
es7
32 projects

Projects that are alternatives of or similar to Es6 Webpack2 Starter

Iceberg
Front-End Boilerplate built with React + Babel + Webpack + SASS
Stars: ✭ 144 (+35.85%)
Mutual labels:  webpack, webpack2, webpack3, sass
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: ✭ 339 (+219.81%)
Mutual labels:  webpack, starter, sass
Webpack Cdn Plugin
A webpack plugin that use externals of CDN urls for production and local node_modules for development
Stars: ✭ 306 (+188.68%)
Mutual labels:  webpack, webpack2, webpack3
Webpack Simple Starter
A simple webpack starter without framework (Like Vue, React, Angular, etc.)
Stars: ✭ 661 (+523.58%)
Mutual labels:  webpack, webpack3, starter
Vue Element Starter
Vue starter with Element-UI [READY, unmaintained now]
Stars: ✭ 216 (+103.77%)
Mutual labels:  webpack, starter, template
Frontend Boilerplate
An ES20XX starter with common frontend tasks using Webpack 4 as module bundler and npm scripts as task runner.
Stars: ✭ 224 (+111.32%)
Mutual labels:  webpack, starter, template
Webpack Starter Basic
A simple webpack starter project for your basic modern web development needs.
Stars: ✭ 552 (+420.75%)
Mutual labels:  webpack, starter, sass
React Core Boilerplate
Powerful ASP.NET Core 3 templates with React, true server-side rendering and Docker support
Stars: ✭ 169 (+59.43%)
Mutual labels:  webpack, template, sass
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-75.47%)
Mutual labels:  webpack, starter, sass
Webpack2 Express Heroku Starter
Starter app using Webpack 2, Express, setup to deploy to Heroku.
Stars: ✭ 12 (-88.68%)
Mutual labels:  webpack, webpack2, sass
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+803.77%)
Mutual labels:  webpack, starter, template
Webpack Book
From apprentice to master (CC BY-NC-ND)
Stars: ✭ 2,372 (+2137.74%)
Mutual labels:  webpack, webpack2, webpack3
React Cordova Boilerplate
TodoMVC example for react with development tools to build a cordova application
Stars: ✭ 206 (+94.34%)
Mutual labels:  webpack, webpack2, sass
Gulp Pug Starter
Frontend development with pleasure. Pug + SCSS version
Stars: ✭ 228 (+115.09%)
Mutual labels:  webpack, starter, sass
Docker Django Webpack Skeleton
Django Skeleton W/ Docker Dev & Production W/ Webpack 2 W/ BabelJS W/ Sass W/ PostgreSQL
Stars: ✭ 191 (+80.19%)
Mutual labels:  webpack, webpack2, sass
Awesome Webpack Cn
[印记中文](https://docschina.org/) - webpack 优秀中文文章
Stars: ✭ 3,611 (+3306.6%)
Mutual labels:  webpack, webpack2, webpack3
Tris Webpack Boilerplate
A Webpack boilerplate for static websites that has all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance.
Stars: ✭ 1,016 (+858.49%)
Mutual labels:  webpack, starter, sass
Webpack.js.org
Repository for webpack documentation and more!
Stars: ✭ 2,049 (+1833.02%)
Mutual labels:  webpack, webpack2, webpack3
Easy Vue
Learn vueJS Easily 👻
Stars: ✭ 896 (+745.28%)
Mutual labels:  webpack, webpack2, webpack3
Budgeting
Budgeting - React + Redux + Webpack (tree shaking) Sample App
Stars: ✭ 971 (+816.04%)
Mutual labels:  webpack, webpack2, sass

es6-webpack2-starter

npm npm David David %e2%9d%a4

A template project for ECMAScript(latest), webpack3, sass and postcss.

Features

  • es6: by babel and it's presets and plugins
  • css module: by css-loader
  • sass: by sass-loader
  • webpack3 provides faster compilation
  • auto-reload by webpack-dev-server

Installation

$ npm install
# or
$ yarn install

Configuration

  1. Copy then rename env.example.js to env.js if it is not done automatically by postinstall.

You can custom your local environment via env.js, so that it does not affect others.

Run in development

$ npm start

Build for production

$ npm run build

This will generator minified css and scripts to dist/.

Proxy

You can change your proxy rules in proxy/rules.

Need Help?

Ask questions here.

Any advise?

PR welcome here.

Contributors

Micooz [email protected]

License

MIT

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].