创建 Tailwind CSS 样板
一个简单的 Tailwind CSS 样板。
它创建了一个简单的 HTML + CSS 模板,支持 ,由提供服务,并在生产版本中使用 。
入门
要求
建议使用,但不是必需的。 如果没有找到 Yarn,该项目将使用进行设置。
创建样板
$ yarn create tailwindcss-boilerplate
# or
$ npx create-tailwindcss-boilerplate
按照提示中的说明创建项目:
? Name your project root directory my-project
:check_mark: Create directory structure
:check_mark: Create project files
:check_mark: Create templates
:check_mark: Set up dependencies
运行服务器
$ yarn dev
打
1