元项目
项目插件
用法
Usage: meta project []
Commands:
create create and initialize a new child repository
import import an existing child repository via git clone
migrate migrate from a monorepo to a metarepo
help display
这是一个使用创建的nextjs-tailwind-starter引导的NextJs和Tailwind项目。
入门
要使用此入门工具,可以通过以下方法使用create-next-app进行操作:
npx create-next-app -e https://github.com/theodorusclarence/nextjs-tailwind-starter project-name
或者
首先,运行开发服务器:
npm run dev
# or
yarn dev
用浏览器打开以查看结
元诉讼
构建设置
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
有关工作原理的详细说明,请查看 。