1.1.1 • Published 5 years ago

babel-preset-rocketact v1.1.1

Weekly downloads
11
License
MIT
Repository
github
Last release
5 years ago

Features

  • ⚡️ Zero configuration
  • 👏 Supports both Single-Page Application and Multi-Page Application
  • 📤 Supports TypeScriptSassPostCSS out of box
  • 🖥 Full-featured web console
  • 🕹 Fully control over every step of the build process
  • 🔌 Supports Yarn Plug'n'Play environment

Usage

With npx, run:

npx rocketact create my-awesome-project

Or you can install rocketact globaly:

npm install -g rocketact
rocketact create my-awesome-project
cd my-awesome-project

More info please refer to Rocketact website.

Available Scripts

Start

Start local development environment

yarn start
# or
npm start

Build

Perform a production build

yarn build
# or
npm run build

Packages

NameDescriptionMeta
rocketactcommandline tool to create new projects
rocketact-scriptsmain functionality resides here
rocketact-dev-utilscommon utils shared by other packages
rocketact-web-consoleweb console core
babel-preset-rocketactbabel presets for Rocketact projects
rocketact-plugin-polyfillautomatically setup polyfill configuration
rocketact-plugin-bundle-analyzeradd webpack-bundle-analyzer intergation for Rocketact projects
rocketact-plugin-legacy-decoratorsadd legacy decorators support for Rocketact projects
rocketact-plugin-butleradd compatibility for legacy Butler projects

Contributing

Please read our contributing guide.