<?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>Vite &#8211; Npcink</title>
	<atom:link href="https://www.npc.ink/tag/vite/feed" rel="self" type="application/rss+xml" />
	<link>https://www.npc.ink</link>
	<description>共享WordPress主题插件以及使用开发等优秀教程</description>
	<lastBuildDate>Sun, 01 Jun 2025 09:25:18 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://n.getimg.net/www/2021/11/cropped-585475.png</url>
	<title>Vite &#8211; Npcink</title>
	<link>https://www.npc.ink</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>使用Vite打包项目用的JS和CSS 文件，改善开发体验 &#8211; Vite</title>
		<link>https://www.npc.ink/277162</link>
					<comments>https://www.npc.ink/277162#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Tue, 16 May 2023 12:59:30 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[Vite]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=277162</guid>

					<description><![CDATA[&#20351;&#29992; Vite &#25171;&#21253;&#25105;&#20204;&#30340;&#39033;&#30446;&#29992; JS &#21644; CSS &#20195;&#30721;&#65292;&#21487;&#20197;&#35753;&#25105;&#20204;&#36890;&#36807;&#27169;&#22359;&#21270;&#26041;&#24335;&#26469;&#36827;&#34892;&#24320;&#214]]></description>
		
					<wfw:commentRss>https://www.npc.ink/277162/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>安装axios &#8211; Vite小白教程</title>
		<link>https://www.npc.ink/276594</link>
					<comments>https://www.npc.ink/276594#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Sat, 17 Sep 2022 08:45:12 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[Vite]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276594</guid>

					<description><![CDATA[在vite环境中安装axios并通过一个接口实例来学习axios的用法]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276594/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>vite中使用.vue/.css/.ts/.json/.sass/.jsx的方法 &#8211; Vite</title>
		<link>https://www.npc.ink/276559</link>
					<comments>https://www.npc.ink/276559#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Tue, 13 Sep 2022 07:35:39 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[Vite]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276559</guid>

					<description><![CDATA[vite项目开发基础讲解，教你如何引入各种.vue/.css/.ts/.json/.jsx文件]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276559/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>详解文件 &#8211; packeg.json-Vite</title>
		<link>https://www.npc.ink/276550</link>
					<comments>https://www.npc.ink/276550#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Tue, 13 Sep 2022 06:46:34 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[Vite]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276550</guid>

					<description><![CDATA[当我们需要向项目中添加额外的依赖时，其就会被记录到这个文件默认的模板工程中。]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276550/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>创建vite项目 &#8211; Vite</title>
		<link>https://www.npc.ink/276552</link>
					<comments>https://www.npc.ink/276552#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Tue, 13 Sep 2022 06:43:14 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[Vite]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276552</guid>

					<description><![CDATA[基础中的基础，我们创建一个vite项目]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276552/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>开始构建vite项目 &#8211; Vite</title>
		<link>https://www.npc.ink/276528</link>
					<comments>https://www.npc.ink/276528#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Mon, 12 Sep 2022 07:35:30 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[Vite]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276528</guid>

					<description><![CDATA[萌新开始使用vite构建自己的第一个项目，步骤以及文件详解]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276528/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>在项目中使用依赖 &#8211; Vite</title>
		<link>https://www.npc.ink/276536</link>
					<comments>https://www.npc.ink/276536#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Mon, 12 Sep 2022 07:21:37 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[Vite]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276536</guid>

					<description><![CDATA[在使用vite构建的项目中安装和卸载依赖，以及其中发生了什么。]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276536/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
