1.3.0 • Published 6 years ago
dahlia-scripts v1.3.0
Dahlia Rename to pea.js
More about for pea.js
An opinionated React Framework for building modern web applications.
Quick Start
npx create-dahlia-app myapp
cd myapp
npm startIt will create a directory called myapp inside the current folder:
.
├── package.json
├── src
│ └── pages
│ └── index.tsx
└── tsconfig.jsonOther choices
npx
npx create-dahlia-app myappnpm
npm init dahlia-app myappyarn
yarn create dahlia-app myappglobally
npm i -g create-dahlia-app
create-dahlia-app myappScripts
npm run start- 启动开发服务器npm run build- 生产环境打包npm run test- 启动单元测试