A simple yet powerful free webpack boilerplate to rapid prototyping and development of fron...

栏目: IT技术 · 发布时间: 5年前

内容简介:A simple but powerful project to rapid prototyping and development of front-end apps, with scss (optional), pug (optional), ES7, webpack (bundlefy, uglyfy, etc). Very useful to create static websites or apps, without having to worry about setting up the en

Create web apps with Webpack

A simple yet powerful free webpack boilerplate to rapid prototyping and development of fron...

A simple but powerful project to rapid prototyping and development of front-end apps, with scss (optional), pug (optional), ES7, webpack (bundlefy, uglyfy, etc). Very useful to create static websites or apps, without having to worry about setting up the environment.

You can get the source code free on Github

Features

  • Modern Technologies: Full support for HTML5, PUG, JavaScript (Vanilla and ES7) and CSS (Sass, scss and PostCSS)
  • Built-in Server: Local development server with live reloading
  • Performance Tuning: CSS and JavaScript transpilation, bundling, autoprefixing, and minification
  • Image Optimization: Optimizes images for loading speed
  • Favicon Generation: Automatically generates all favicons for Web, Apple and Android devices from one image file
  • Code Linting: Full support for JavaScript (ESLint) and CSS (StyleLint) linting
  • Setup Wizard: Optionally install helpful libraries and snippets including:
    • jQuery
    • Google Analytics
    • FTP deployment process
  • Cutting Edge: Uses Webpack for processing and bundling your code
  • Deployment: Built-in support for deployment via FTP

Requirements

Installation Steps

Clone repo:

git clone https://github.com/jomendez/simple-webpack-boilerplate && cd simple-webpack-boilerplate && 
rm -rf .git && git init
npm install
npm run setup

In this step you'll be able to setup your google analytics, enable jquery, setup (optional) an FTP for deployments.

A simple yet powerful free webpack boilerplate to rapid prototyping and development of fron...

npm run dev
npm run build
npm run deploy

If everything went well ( npm run dev )...

You browser should open a new tab and you should see something like this:

A simple yet powerful free webpack boilerplate to rapid prototyping and development of fron...

Quick example

It is recommended to create a new page within the src folder or use the one that comes with the example page.pug to start adding your content.

A simple yet powerful free webpack boilerplate to rapid prototyping and development of fron...

Then you can go to src/js/app.js file and add the following lines:

const page = require("../page.pug");
document.querySelector('container').innerHTML = page();

The code above is going to transpile the pug file this particular case (but it can be an html file). Then we will insert the content of the page into the container tag on the index.html.


以上所述就是小编给大家介绍的《A simple yet powerful free webpack boilerplate to rapid prototyping and development of fron...》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

财富博客

财富博客

Robert Scoble、Shel Israel / 李宛蓉 / 重庆出版社 / 2008 / 38.00元

《财富博客》作者斯考伯(美国最多人阅读的企业博客作者)和谢尔•以色列(资深技术顾问)相信,博客已经开始改变企业的面貌。他们阐释说明了员工博客如何改变外界对微软的观感,敢说敢做的NBA球队老板如何运用博客和球迷连接,小企业和大公司又如何能从博客获益……另外,还有万一使用不当,博客又会招致怎样的灾难。斯考伯和以色列直言不讳,这是卓越博客的基本要件,因此他们在说完博客的好处之后,也以同样诚实的心态讨论博......一起来看看 《财富博客》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试