Calil Fonseca & Advogados Associados is a law firm based in Itaberaí, Goiás, Brazil.
This project is a landing page for the website of the firm.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
- Office card
- Lawyers cards
- Expertise area card
- Contact card
- Dark mode toggle
- Responsive design
- Nuxt.js - The intuitive Vue Framework
- Vue.js 2 - A progressive framework for web development
- Vuetify - A Vue UI Library with beautifully handcrafted Material Components
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/xandao-dev/calil-fonseca.git
- Install dependencies
cd calil-fonseca npm install # or yarn install
- Starts the development server
npm run dev # or yarn dev - Launch production server
npm run build # or yarn build npm run start # or yarn start
- Generate a static version of the website
npm run generate # or yarn generate
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
All rights reserved.
Alexandre Calil - Linkedin - alexandre@xandao.dev
Project Link: https://github.com/xandao-dev/calil-fonseca
- TypeScript - strongly typed JavaScript
- eslint - code quality linter
- prettier with eslint plugin and eslint config - formatter linter with eslint integration
- mdi - icons used in the project
- jest - unit testing framework
- babel - converts modern JavaScript into backwards compatible code