<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:media="http://search.yahoo.com/mrss/"><channel><title>Vue on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/vue/</link><description>Recent content in Vue on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Sun, 08 Jul 2018 00:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/vue/atom.xml" rel="self" type="application/rss+xml"/><item><title>The h Function in Vue</title><link>https://www.chenshaowen.com/en/blog/h-function-in-vue.html</link><pubDate>Sun, 08 Jul 2018 00:00:00 +0000</pubDate><atom:modified>Sun, 08 Jul 2018 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/h-function-in-vue.html</guid><description>1. The createElement Method The common DOM operations in HTML are modifying DOM nodes and accessing DOM nodes. Beyond those, the W3C has also published technical standards for creating and deleting DOM nodes. The createElement method is used to create a DOM node. createElement() usually needs to be used together</description><dc:creator>WeChat Official Account</dc:creator><category>Frontend</category><category>Vue</category><category>Functions</category><category>R&amp;D</category></item><item><title>Vue + Webpack Development</title><link>https://www.chenshaowen.com/en/blog/101-of-vue-and-webpack-project.html</link><pubDate>Wed, 12 Jul 2017 17:26:29 +0000</pubDate><atom:modified>Wed, 12 Jul 2017 17:26:29 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/101-of-vue-and-webpack-project.html</guid><description>1, Initializing the Project vue-cli is the official project scaffold released by Vue; using vue-cli, you can quickly create a Vue + Webpack project.
1 2 3 4 5 6 7 8 9 10 npm install -g vue-cli # Install vue-cli globally vue init webpack myproject # Create a vue project; when it runs, it prompts for information about the project cd myproject # Enter the project npm install # Install the dependency packages; a new node_modules folder is created and the packages are installed there npm run dev # Run locally, by default at http://localhost:8080, starting the service 2, Directory Structure 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |--build //folder for webpack-related code | |--build.</description><dc:creator>WeChat Official Account</dc:creator><category>Frontend</category><category>Tools</category><category>Vue</category><category>Webpack</category><category>R&amp;D</category></item><item><title>Vuejs Getting Started Practice</title><link>https://www.chenshaowen.com/en/blog/101-about-vuejs.html</link><pubDate>Mon, 02 Jan 2017 19:55:16 +0000</pubDate><atom:modified>Mon, 02 Jan 2017 19:55:16 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/101-about-vuejs.html</guid><description>1. What Problem We Ran Into If the features you implement are simple and both development and maintenance are easy, there would be no research into design patterns, frameworks, and related topics. It is precisely because Web systems are complex, requirements change quickly, there is a lot of reuse, there are many developers, and personnel handovers are frequent.</description><dc:creator>WeChat Official Account</dc:creator><category>Frontend</category><category>Vue</category><category>Vuejs</category><category>Learning</category><category>R&amp;D</category></item></channel></rss>