0.1.1 • Published 1 year ago
@rawlinsfeng/react-scripts v0.1.1
@rawlinsfeng/react-scripts
The following features have been added based on react-scripts, which includes scripts and configuration used by Create React App.
1. postcss-px-to-viewport
Usage
# npx
npx create-react-app my-app --scripts-version @rawlinsfeng/react-scripts
# yarn
yarn create react-app my-app --scripts-version @rawlinsfeng/react-scripts
# pnpm
pnpm create react-app my-app --scripts-version @rawlinsfeng/react-scripts
# Creating a TypeScript app
# npx
npx create-react-app my-app --scripts-version @rawlinsfeng/react-scripts --template typescript
# yarn
yarn create react-app my-app --scripts-version @rawlinsfeng/react-scripts --template typescript
# pnpm
pnpm create react-app my-app --scripts-version @rawlinsfeng/react-scripts --template typescript