在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):lazymozek/gulp-with-tailwindcss开源软件地址(OpenSource Url):https://github.com/lazymozek/gulp-with-tailwindcss开源编程语言(OpenSource Language):JavaScript 55.5%开源软件介绍(OpenSource Introduction):Gulp with TailwindCSS Starter KitGulp with TailwindCSS Starter Kit ( Updated with TailwindCSS JIT )- A repo which makes your development easier with predefined gulp tasks that help you to use tailwindcss with simple npm commands Usage
npm install // or yarn install
npm run dev // or yarn dev
npm run prod // or yarn prod ConfigurationTo change the path of files and destination/build folder, edit options in config.js file {
config: {
...
port: 9050 // browser preview port
},
paths: {
root: "./",
src: {
base: "./src",
css: "./src/css",
js: "./src/js",
img: "./src/img"
},
dist: {
base: "./dist",
css: "./dist/css",
js: "./dist/js",
img: "./dist/img"
},
build: {
base: "./build",
css: "./build/css",
js: "./build/js",
img: "./build/img"
}
}
...
} |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论