Skip to content
On this page

Installation

This page is just for checking styling of common markdown contents

Ordered List

  1. Automatically apply classes for CSS transitions and animations
  2. Integrate 3rd-party CSS animation libraries, such as Animate.css(opens new window)
  3. Use JavaScript to directly manipulate the DOM during transition hooks
  4. Integrate 3rd-party JavaScript animation libraries

Content Inside List

  1. Here's some <inline-code>

  2. Here's some nested code

    js
    const foo = 'hello'
    

Unordered List

Quick ways to start playing with a Vue project

  • Via CDN: <script src="https://unpkg.com/vue@next"></script>

  • In-browser playground on Codepen

  • Scaffold via Vite:

    bash
    # npm
    npm init @vitejs/app
    # yarn
    yarn create @vitejs/app
    # select vue template
    
  • Scaffold via vue-cli:

    bash
    npm install -g @vue/cli # OR yarn global add @vue/cli
    vue create hello-vue3
    # select vue 3 preset
    

Custom Blocks

Requires intermediate knowledge

The official guide assumes intermediate level knowledge of HTML, CSS, and JavaScript. If you are totally new to frontend development, it might not be the best idea to jump right into a framework as your first step - grasp the basics then come back! Prior experience with other frameworks helps, but is not required. And here is a link.

  • List inside block
  • List inside block with link and code.

The official guide assumes intermediate level knowledge of HTML, CSS, and JavaScript. If you are totally new to frontend development, it might not be the best idea to jump right into a framework as your first step - grasp the basics then come back! Prior experience with other frameworks helps, but is not required.

Warning

The official guide assumes intermediate level knowledge of HTML, CSS, and JavaScript. If you are totally new to frontend development, it might not be the best idea to jump right into a framework as your first step - grasp the basics then come back! Prior experience with other frameworks helps, but is not required. And here is a link.

  • List inside block with link and code.

Danger Zone

The official guide assumes intermediate level knowledge of HTML, CSS, and JavaScript. If you are totally new to frontend development, it might not be the best idea to jump right into a framework as your first step - grasp the basics then come back! Prior experience with other frameworks helps, but is not required. And here is a link.

  1. List inside block with link
  2. List inside block with link and code.

Tables

Other Projects

ProjectNPMRepo
@vue/babel-plugin-jsxrc[GitHub]
eslint-plugin-vuestable[GitHub]
@vue/test-utilsbeta[GitHub]
vue-class-componentbeta[GitHub]
vue-loaderbeta[GitHub]
rollup-plugin-vuebeta[GitHub]
Installation has loaded