Skip to content

Commit c5fd053

Browse files
build: create vue.config.js
1 parent 7bbacd5 commit c5fd053

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Vue Hooks Form
2+
Build forms with Vue composition API.
23

34
## Installation
45

vue.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
publicPath: process.env.NODE_ENV === 'production'
3+
? '/vue-hooks-form/'
4+
: '/',
5+
}

0 commit comments

Comments
 (0)