Skip to content

Twitter simplificado feito em Vue.js 3 e Quasar Framework utilizando date-fns API.

License

Notifications You must be signed in to change notification settings

manucav/twitter

Repository files navigation

Vue.js Twitter

Twitter com uma versão simplificada feito em Vue.js 3 e Quasar Framework utilizando date-fns API.

Disponível em: https://manucav.github.io/twitter

Twitter

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

License

This project is licensed under the MIT License - look at LICENSE.md file for details.

API

This project utilizes date-fns API - check the API documentantion for details.