Skip to content

SilverMaster-GT/movies-project

Repository files navigation

A free Vuetify 3 theme using Vite.

version

Ejercicio site movies ejercicio realizado utilizando Vuejs, Vite and Vuetify.

Getting Started

  • Run npm install to install the project's dependencies
  • Run npm dev to start a local development server

You can also run additional tasks such as

  • npm run build to build your app for production
  • npm run serve to serve your production app
  • npm run lint to run linting.

Vuetify

Vuetify is an Open Source UI Library that is developed exactly according to Material Design spec. Every component is handcrafted to bring you the best possible UI tools to your next great app. The development doesn't stop at the core components outlined in Google's spec. Through the support of community members and sponsors, additional components will be designed and made available for everyone to enjoy.

The documentation for Vuetify is hosted here.

Not all components that are available in this project are part of the theme and may be a default Vuetify component

Vite

Vite is a build tool that significantly improves the front-end development experience. You can use Vite to set up a development environment for frameworks like Vue and React, and even for a vanilla JavaScript app with a dev server and hot reloading in just three commands. It also easily integrates with TypeScript.

Vue-cli

We use the latest 3.x Vue CLI which aims to reduce project configuration to as little as possible. Almost everything is inside package.json + some other related files such as .babel.config.js, .eslintrc.js and .postcssrc.js.

Let us know what you think and what we can improve below. And good luck with development!

Table of Contents

File Structure

Within the download you'll find the following directories and files:

vite-theme-free/
┣ public/
┃ ┗ favicon.ico
┣ src/
┃ ┣ plugins/
┃ ┃ ┃  index.js
┃ ┃ ┃  vuetify.js
┃ ┃ ┗  webfontloader.js
┃ ┣ App.vue
┃ ┗ main.js
┣ .editorconfig
┣ .gitignore
┣ index.html
┣ package.json
┣ README.md
┣ vite.config.js
┗ yarn.lock

Licensing

Useful Links


About

Ejercicio de sitio de películas con VueJS y Vuetify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published