0.1.2 • Published 4 years ago

autofe-webpack v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Create AutoFE App

Thanks to create-react-app

Create AutoFE apps with no build configuration.

Create AutoFE App works on macOS, Windows, and Linux. If something doesn’t work please file an issue.

Quick Overview

npm install -g create-autofe-app

create-autofe-app my-app
cd my-app/
npm start

Then open http://localhost:3000/ to see your app. When you’re ready to deploy to production, create a minified bundle with npm run build.

Get Started Immediately

You don’t need to install or configure tools like Gulp, Webpack or Babel. They are preconfigured and hidden so that you can focus on the code.

Just create a project, and you’re good to go.

Getting Started

Installation

Install it once globally:

npm install -g create-autofe-app

You’ll need to have Node >= 8 on your machine. You can use nvm to easily switch Node versions between different projects.

This tool doesn’t assume a Node backend. The Node installation is only required for Create AutoFE App itself.

Creating an App

To create a new app, run:

create-autofe-app my-app
cd my-app

It will create a directory called my-app inside the current folder. Inside that directory, it will generate the initial project structure and install the transitive dependencies:

my-app/
  README.md
  node_modules
  package.json
  .gitignore
  src/
    index/
      css/
        _base.scss
        _part1.scss
        _part2.scss
        _reset.scss
        main.scss
      img/
        bg.png
      js/
        vendor/
          json3.min.old.js
          es6-promise.auto.min.old.js
        es6-code
          index.entry.js
          class.js
          arrow-function.js
          ...
        main.old.js
        polyfills.entry.js
      pic/
        01.jpg
      _part1.html
      _part2.html
      index.html
    demo/
      index.html

No configuration or complicated folder structures, just the files you need to build your app. Once the installation is done, you can run some commands inside the project folder:

npm start or yarn start

Runs the app in development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will see the build errors and lint warnings in the console.

npm run build or yarn build

Builds the app for production to the build folder. It correctly bundles assets in production mode and optimizes the build for the best performance.

Your app is ready to be deployed!

User Guide

The User Guide includes information on different topics.

A copy of the user guide will be created as README.md in your project folder.

How to Update to New Versions?

Please refer to the User Guide for this and other information.

Philosophy

  • One Dependency: There is just one build dependency. It uses Webpack, Babel, ESLint, and other amazing projects, but provides a cohesive curated experience on top of them.
  • No Configuration Required: You don't need to configure anything. Reasonably good configuration of both development and production builds is handled for you so you can focus on writing code.
  • No Lock-In: You can “eject” to a custom setup at any time. Run a single command, and all the configuration and build dependencies will be moved directly into your project, so you can pick up right where you left off.

Why Use This?

TODO

What’s Inside?

All of them are transitive dependencies of the provided npm package.

Contributing

We'd love to have your helping hand on create-autofe-app! See CONTRIBUTING.md for more information on what we're looking for and how to get started.

TODO

  • rev 相关功能需要重新考虑
  • 文件上传 FastDFS
  • 反向代理到后端 API
  • 模块的开发、下载、引用、预览和发布,形成模块云服务,js+css+img+tpl
  • 自动雪碧图
  • 资源加 CND 前缀
  • 打包时,警告 console, alert, debugger ?