1. bedrock-vue-address-form
Vue.js address form component for Bedrock Web apps
bedrock-vue-address-form
Package: bedrock-vue-address-form
Created by: digitalbazaar
Last modified: Mon, 11 Apr 2022 17:23:32 GMT
Version: 3.0.0
Downloads: 93
Repository: https://github.com/digitalbazaar/bedrock-vue-address-form

Install

npm install bedrock-vue-address-form
yarn add bedrock-vue-address-form

bedrock-vue-address-form

A Vue.js address form component for Bedrock Web apps

View the component in the test harness

npm i
cd test/
npm i
npm start

Re-Build countries.js

  1. Create an account on http://www.geonames.org/
  2. Navigate to the bin/ directory
  3. Update username in config.json with your geoname's username
  4. Use the created JSON file to update countries.js
cd bin/
node index.js

Additional Information

Geonames Country Data

  • Source: http://www.geonames.org/
  • License: https://creativecommons.org/licenses/by/4.0/

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin