edus44 / vue-boilerplate

Vue boilerplate using Poi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-boilerplate

Vue boilerplate, based on vue-cli

# Install @vue/cli and yarn if you haven't already
npm install -g @vue/cli yarn

# Create a new project based on this template
vue init edus44/vue-boilerplate#vue-cli-simple my-project

cd my-project
yarn install

# To start developing
yarn dev

# To build /dist folder production-ready
yarn build

About

Vue boilerplate using Poi


Languages

Language:Vue 60.1%Language:JavaScript 27.9%Language:HTML 12.0%