<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>檔案 標籤 - Let&#039;s Write</title>
	<atom:link href="https://www.letswrite.tw/tag/%E6%AA%94%E6%A1%88/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.letswrite.tw/tag/檔案/</link>
	<description>前端工程師 August 的學習筆記 -- solving problems, in simple ways.</description>
	<lastBuildDate>Sat, 20 Dec 2025 10:15:50 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://res.cloudinary.com/let-s-write/images/w_32,h_32,c_fill,g_auto/f_auto,q_auto/v1746103360/cropped-logo_2025/cropped-logo_2025.png?_i=AA</url>
	<title>檔案 標籤 - Let&#039;s Write</title>
	<link>https://www.letswrite.tw/tag/檔案/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">186153126</site>	<item>
		<title>Vue 3、Tailwind CSS 3、esbuild、rollup.js 開發初始檔</title>
		<link>https://www.letswrite.tw/vue-tailwind-esbuild-rollup/</link>
					<comments>https://www.letswrite.tw/vue-tailwind-esbuild-rollup/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Sat, 22 Jun 2024 01:31:08 +0000</pubDate>
				<category><![CDATA[Vue]]></category>
		<category><![CDATA[esbuild]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[rollup]]></category>
		<category><![CDATA[Tailwind CSS]]></category>
		<category><![CDATA[檔案]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=3202</guid>

					<description><![CDATA[<p>本文詳細介紹如何使用 Vue 3、Tailwind CSS 3、esbuild 和 rollup.js 快速開發網站。文章涵蓋了從安裝、配置到開發的完整流程，並提供了實用的代碼範例和技巧，幫助開發者提升開發效率和產品質量。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/vue-tailwind-esbuild-rollup/">Vue 3、Tailwind CSS 3、esbuild、rollup.js 開發初始檔</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/vue-tailwind-esbuild-rollup/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3202</post-id>	</item>
		<item>
		<title>CLI（Command-line Interface） 學習筆記</title>
		<link>https://www.letswrite.tw/cli-basic/</link>
					<comments>https://www.letswrite.tw/cli-basic/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Mon, 04 Jul 2022 06:37:26 +0000</pubDate>
				<category><![CDATA[Front-End]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[檔案]]></category>
		<category><![CDATA[資料]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=3138</guid>

					<description><![CDATA[<p>深入了解 Command-line Interface (CLI) 的基本操作和技巧。從查詢目錄、切換和創建文件夾到使用 nano 編輯文件，本文提供了詳細的步驟和示例，幫助你掌握 CLI 的強大功能。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/cli-basic/">CLI（Command-line Interface） 學習筆記</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/cli-basic/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3138</post-id>	</item>
		<item>
		<title>前端 POST 檔案後，用 Node.js 把檔案傳上 FTP</title>
		<link>https://www.letswrite.tw/nodejs-ftp-upload/</link>
					<comments>https://www.letswrite.tw/nodejs-ftp-upload/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Thu, 25 Nov 2021 14:45:50 +0000</pubDate>
				<category><![CDATA[Front-End]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Node.js]]></category>
		<category><![CDATA[檔案]]></category>
		<category><![CDATA[資料]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=2982</guid>

					<description><![CDATA[<p>本篇大綱：本篇要解決的問題。前端 JavaScript 傳送檔案。後端 Node.js 傳檔案到 FTP。這篇就是寫怎麼把在前端完成的檔案，POST 把檔案給後端後，後端把收到的檔案傳進 FTP 中的實作筆記。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/nodejs-ftp-upload/">前端 POST 檔案後，用 Node.js 把檔案傳上 FTP</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/nodejs-ftp-upload/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2982</post-id>	</item>
		<item>
		<title>2 種快速安裝、使用 Tailwind CSS 的方式</title>
		<link>https://www.letswrite.tw/tailwindcss-install/</link>
					<comments>https://www.letswrite.tw/tailwindcss-install/#comments</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Mon, 16 Aug 2021 15:10:58 +0000</pubDate>
				<category><![CDATA[Front-End]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tailwind CSS]]></category>
		<category><![CDATA[檔案]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=2578</guid>

					<description><![CDATA[<p>本篇大綱：本篇要解決的問題。方法 1：Tailwind CLI、建立 tailwind.css 檔、建立 tailwind.config.js 檔、開發時的監聽、上線前的編譯 Building for production。方法 2：引用大神 JS 檔。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/tailwindcss-install/">2 種快速安裝、使用 Tailwind CSS 的方式</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/tailwindcss-install/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2578</post-id>	</item>
		<item>
		<title>如何用 Netlify CMS 製作電子報生成器</title>
		<link>https://www.letswrite.tw/netlify-cms-edm/</link>
					<comments>https://www.letswrite.tw/netlify-cms-edm/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Sun, 15 Aug 2021 04:57:21 +0000</pubDate>
				<category><![CDATA[Front-End]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Netlify]]></category>
		<category><![CDATA[檔案]]></category>
		<category><![CDATA[電子報]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=2564</guid>

					<description><![CDATA[<p>本篇大綱：本篇要解決的問題。製作一份電子報模板。一鍵安裝 Netlify CMS。開通管理員帳號、新增其他管理者、開放所有人皆可為管理員。本篇就是整理實作一個用 Netlify CMS 為電子報生成器的筆記文。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/netlify-cms-edm/">如何用 Netlify CMS 製作電子報生成器</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/netlify-cms-edm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2564</post-id>	</item>
		<item>
		<title>用 VuePress 製作說明文件頁面 &#8211; 1：安裝</title>
		<link>https://www.letswrite.tw/vuepress-document-setup/</link>
					<comments>https://www.letswrite.tw/vuepress-document-setup/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Fri, 02 Apr 2021 04:39:40 +0000</pubDate>
				<category><![CDATA[Vue]]></category>
		<category><![CDATA[VuePress]]></category>
		<category><![CDATA[Yarn]]></category>
		<category><![CDATA[安裝]]></category>
		<category><![CDATA[檔案]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=2292</guid>

					<description><![CDATA[<p>本篇大綱：本篇要解決的問題。安裝前必備。安裝 VuePress。建立首頁。注意事項。之前忘了在哪看到 VuePress 這套開箱即用的靜態網站生成器，想說平常都在用 Vue 了，那不如就用用看這套，看能不能把所有要用的 components 及範例都整理成一個有模有樣的頁面。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/vuepress-document-setup/">用 VuePress 製作說明文件頁面 &#8211; 1：安裝</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/vuepress-document-setup/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2292</post-id>	</item>
	</channel>
</rss>
