Installation
This page is just for checking styling of common markdown contents
Ordered List
- Automatically apply classes for CSS transitions and animations
- Integrate 3rd-party CSS animation libraries, such as Animate.css(opens new window)
- Use JavaScript to directly manipulate the DOM during transition hooks
- Integrate 3rd-party JavaScript animation libraries
Content Inside List
Here's some
<inline-code>
Here's some nested code
jsconst 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:
bashnpm 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.
Tables
Other Projects
Project | NPM | Repo |
---|---|---|
@vue/babel-plugin-jsx | [GitHub] | |
eslint-plugin-vue | [GitHub] | |
@vue/test-utils | [GitHub] | |
vue-class-component | [GitHub] | |
vue-loader | [GitHub] | |
rollup-plugin-vue | [GitHub] |