谷歌
项目设置
npm install
编译和热重装以进行开发
npm run serve
编译并最小化生产
npm run build
运行单元测试
npm run test:unit
运行端到端测试
npm run test:e2e
整理和修复文件
npm run lint
了解更多
特殊问题
:performing_arts: Comvocêpode conversar sobre o projeto?
您可以和谁谈谈这个项目?
¿Conquiénpuedes hablar sobre
活动应用
项目设置
yarn install
编译和热重装以进行开发
yarn serve
编译并最小化生产
yarn build
整理和修复文件
yarn lint
环保文件
You can always check `.env.example` file to see which env variables you need.
- Create `.env.local` file to setup env variables for development server.
紧接着
使用DatoCMS + Next.js构建的Catchy代理网站
npm run i # install dependencies
npm run dev # start development server
npm run schema # download graphql schema & codegen types
npm run types # run typescr ipt compiler
npm run lint # run linters