Skip to content

Commit 5ba4c16

Browse files
committed
chore: rename vue-form-json
1 parent e401b3f commit 5ba4c16

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
[![Build Status](https://img.shields.io/circleci/project/github/14nrv/vue-json-form.svg "Build Status")](https://circleci.com/gh/14nrv/vue-json-form/tree/dev)
2-
[![Test Coverage](https://api.codeclimate.com/v1/badges/b03c9983ff3c07c874a4/test_coverage)](https://codeclimate.com/github/14nrv/vue-json-form/test_coverage)
3-
[![Maintainability](https://api.codeclimate.com/v1/badges/b03c9983ff3c07c874a4/maintainability)](https://codeclimate.com/github/14nrv/vue-json-form/maintainability)
1+
[![Build Status](https://img.shields.io/circleci/project/github/14nrv/vue-form-json.svg "Build Status")](https://circleci.com/gh/14nrv/vue-form-json/tree/dev)
2+
[![Test Coverage](https://api.codeclimate.com/v1/badges/b03c9983ff3c07c874a4/test_coverage)](https://codeclimate.com/github/14nrv/vue-form-json/test_coverage)
3+
[![Maintainability](https://api.codeclimate.com/v1/badges/b03c9983ff3c07c874a4/maintainability)](https://codeclimate.com/github/14nrv/vue-form-json/maintainability)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
55
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
66

7-
# vue-json-form
7+
# vue-form-json
88

9-
[![Edit vue-json-form](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/62qrxvk26k)
9+
[![Edit vue-form-json](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/62qrxvk26k)
1010

11-
## Generate a vue form with validation and bulma style, from [json](https://github.com/14nrv/vue-json-form/blob/master/src/components/Form/fields.json)
11+
## Generate a vue form with validation and bulma style, from [json](https://github.com/14nrv/vue-form-json/blob/master/src/components/Form/fields.json)
1212
All fields are required and input text by default.\
1313
Once submitted an event 'formSubmitted' is emitted on $root with the formName and all values.\
1414
Enjoy

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "vue-json-form",
2+
"name": "vue-form-json",
33
"version": "0.1.0",
4-
"description": "Generate a vue form with validation, with bulma style, from json",
4+
"description": "Generate a vue form with validation and bulma style, from json",
55
"author": "14nrv",
66
"license": "MIT",
77
"private": true,

0 commit comments

Comments
 (0)