Add vue config

pull/12/head
cagataycivici 2019-05-23 17:30:26 +03:00
parent 802c88b50a
commit 1406a23407
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="content-section layout-footer clearfix">
<span>Released under the MIT License, Copyright © 2018 <a href="http://www.primetek.com.tr" target="_blank" rel="noopener noreferrer">PrimeTek</a></span>
<span>PrimeVUE 1.0.0-beta.1</span>
<div class="footer-links">
<a href="https://github.com/primefaces/primevue"><i class=" icon-github fa fa-github-square"></i></a>
<a href="https://twitter.com/primevue"><i class="icon-twitter fa fa-twitter-square"></i></a>

3
vue.config.js Normal file
View File

@ -0,0 +1,3 @@
module.exports = {
publicPath: '/primevue'
}