https://github.com/errea/random-user-generator
Using Vue to generate a random user
https://github.com/errea/random-user-generator
vue-api vue-cli vue-components vue-router vuejs
Last synced: 6 months ago
JSON representation
Using Vue to generate a random user
- Host: GitHub
- URL: https://github.com/errea/random-user-generator
- Owner: errea
- Created: 2021-11-10T08:40:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T12:11:32.000Z (over 4 years ago)
- Last Synced: 2023-03-04T15:38:52.457Z (over 3 years ago)
- Topics: vue-api, vue-cli, vue-components, vue-router, vuejs
- Language: CSS
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# User Generator - Vue Project
> The "User Generator" is a simple Vue project to generate random users from an API
* Generate randon User.
* Add user functionality to generate.
* Remove user functionality.
The Random User Generator is a simple Vue project to generate website: [Find project specifications here](https://github.com/errea/Random-user-generator)
[](https://github.com/errea/Random-user-generator)
[](https://github.com/errea/Random-user-generator/issues)
[](https://github.com/errea/Random-user-generator/pulls?q=is%3Apr+is%3Aclosed)
## π Contents
Built withΒ Β Β |Β Β Β
Getting startedΒ Β Β |Β Β Β
Author
># [Description]
>By building this application, I will learn how to use Vue, Vue Redux Vue CLI.
- VUE
- Vuex
- Html/Tailwind CSS
- Vue Routes
- React-dom
- NPM
- Virtual DOM
- [Webpack config](hhttps://webpack.js.org/guides/getting-started/)
- ES6 Modules
- [Gitflow](https://github.com/microverseinc/curriculum-transversal-skills/blob/main/git-github/articles/gitflow.md)
- Use [Vue Installation](https://v3.vuejs.org/guide/installation.html).

## [LIVE PREVIEW]()
## Getting Started
> To get a local copy up and running follow these simple example steps.
Get instructions
```
$ cd
```
```
$ Note to install VUE CLI globally
yarn global add @vue/cli
# OR
npm install -g @vue/cli
```
~~~bash
$ git clone https://github.com/errea/Random-user-generator.git
$ cd into project folder
~~~
~~~bash
Using Vue 3
With npm:
# npm 6.x
$ npm init vite@latest --template vue
# npm 7+, extra double-dash is needed:
$ npm init vite@latest -- --template vue
$ cd
$ npm install
$ npm run dev
Or with Yarn:
$ yarn create vite --template vue
$ cd
$ yarn
$ yarn dev
~~~
Run `yarn dev` opens on `http://localhost:8080/` in your browser.
## Set up
* Open your terminal and locate the folder you want to clone the repository and follow the steps above to install
## Project Structure
Book-Store-Redux Project
βββ node_modules
βββ .github\workflows
βββ linters.yml
/src
|---/components
|---/redux
|--- /books
| books.js
|--- /categories
| categories.js
| cofigureStore.js
| index.js
βββ .eslintrc.json
βββ .gitignore
βββ .hintrc
βββ.stylelintrc.json
βββ MIT.md
βββ package-lock.json
βββ package.json
βββREADME.md
π€ **Eri**
- Github: [@errea](https://github.com/errea)
- Twitter: [@Erreakay](https://github.com/errea)
- Linkedin: [Eri Okereafor](https://www.linkedin.com/in/eri-ngozi-okereafor/)
## π€ Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/errea/React-Redux-BookStoreApp-Redo/issues)
## π Show your support
- Microverse: [@microverse](https://www.microverse.org/)
## Acknowledgments
- Side project/Self development
## π License
This project is [MIT](./MIT.md) licensed.