1.1.11 • Published 5 years ago
rocketact-web-console v1.1.11
Features
- ⚡️ Zero configuration
- 👏 Supports both Single-Page Application and Multi-Page Application
- 📤 Supports TypeScript、Sass、PostCSS 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-projectOr you can install rocketact globaly:
npm install -g rocketact
rocketact create my-awesome-project
cd my-awesome-projectMore info please refer to Rocketact website.
Available Scripts
Start
Start local development environment
yarn start
# or
npm startBuild
Perform a production build
yarn build
# or
npm run buildPackages
| Name | Description | Meta |
|---|---|---|
| rocketact | commandline tool to create new projects | |
| rocketact-scripts | main functionality resides here | |
| rocketact-dev-utils | common utils shared by other packages | |
| rocketact-web-console | web console core | |
| babel-preset-rocketact | babel presets for Rocketact projects | |
| rocketact-plugin-polyfill | automatically setup polyfill configuration | |
| rocketact-plugin-bundle-analyzer | add webpack-bundle-analyzer intergation for Rocketact projects | |
| rocketact-plugin-legacy-decorators | add legacy decorators support for Rocketact projects | |
| rocketact-plugin-butler | add compatibility for legacy Butler projects |
Contributing
Please read our contributing guide.