Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 445 Bytes

File metadata and controls

28 lines (21 loc) · 445 Bytes

Tiny Vue App

This is a boilerplate for tiny Vue App with global data import

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build
if the app is not hosted on root, edit publicPath in vue.config.js

Lints and fixes files

npm run lint

Notes

Webpack should be install with npm install webpack@^4.0.0 --save-dev