- Vue.js Quick Start Guide
- Ajdin Imsirovic
- 274字
- 2021-06-24 18:23:53
The quickest way to start using Vue2
In the last decade, a lot of the tools for web development have moved to the web, so let's go with the flow and start a new pen on http://codepen.io/.
Once you navigate your browser to https://codepen.io, you'll be greeted with the following screen:

Click on the Create dropdown (in the main navigation, in the top-right area of the screen), and then click New Pen. Once you do, you will see the default editor setup:

Next, click the Settings button in the top right of the screen, and in the popup that appears choose JavaScript:

Next, in the Quick-add drop-down field, select the Vue option. Once you do, the first input will be filled out with the current minified version of Vue which is served from the Cloudflare CDN, or, more specifically, from this link: https://cdnjs.cloudflare.com/ajax/libs/vue/2.5.13/vue.min.js.
That's it! We're ready to start using Vue2 in our Codepen project.
One thing to understand about Vue is that it makes our HTML dynamic. This is achieved by adding mustache syntax. This syntax is very easy to understand. We simply insert it inside an HTML element. For example, we can add mustache syntax to an h1 tag like this:
<h1>{{ heading1 }}</h1>
So, let's go over how this works in detail. Feel free to work on your own pen or see the example here: https://codepen.io/AjdinImsirovic/pen/rKYyvE.
- 微商之道
- 物聯網(IoT)基礎:網絡技術+協議+用例
- SOA用戶指南
- Hands-On Chatbots and Conversational UI Development
- Oracle SOA Suite 11g Performance Tuning Cookbook
- 物聯網+BIM:構建數字孿生的未來
- Learning Karaf Cellar
- 面向云平臺的物聯網多源異構信息融合方法
- 面向物聯網的嵌入式系統開發:基于CC2530和STM32微處理器
- 世界互聯網發展報告·2019
- Mastering TypeScript 3
- Yii Application Development Cookbook(Second Edition)
- 物聯網場景設計與開發(初級)
- 新媒體交互藝術
- Hands-On Reactive Programming in Spring 5