This is an old revision of the document!


Vue

  • [ .vue : charts | Charts ]]

Create project

# vue-cli: pref for Vue2
npx @vue/cli create app-name
# vite: pref for Vue3
npm init vite-app app-name