create-platon-plugin 0.2.4

A quick way to scaffold a new Platon Plugin
Documentation
1
2
3
4
5
6
7
8
<template>
  <div>
    <h1>My Vue App</h1>
    <router-link to="/">Home</router-link> |
    <router-link to="/about">About</router-link>
    <router-view></router-view>
  </div>
</template>