Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 575 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 575 Bytes

ionic-vue-test

A demo to demostrate how to setup ionic vue, for more information, please visit ionic

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Probably problem fix

If the below error occured on the CLI

"export 'ICON_PATHS' was not found in 'ionicons/icons'

Please manully run the command to add dependency.

npm install [email protected] --save-dev