NameGator is a simple project to help developers in the difficult task of choosing the name of their new revolutionary project...
- VueJS - Progressive framework for building user interfaces.
- VuetifyJS - VueJS UI library with beautifully handcrafted Material Components.
- Axios - Promise based HTTP client for the browser and NodeJS.
- VueAsyncComputed - Async computed properties for VueJS.
$ git clone https://github.com/PaulloClara/name-gator.git # Clone the repository.
$ cd name-gator # Navigate to the project.
$ yarn -i # Install the dependencies.
$ yarn start # Start hot-reload server.
- start - Start hot-reload server.
- build - Build static files for production.
- local-build - Build static files for the development server.
- push-gh - Push static files to gh-pages.
- deploy - Build static files for production and push to github-pages.
Developed using the project of the same name by Rodrigo Branas.
This project is licensed under the MIT license - see the LICENSE file for more details.