federicobaldini / book-collection

A web application that shows my personal book collection, using Vue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

book-collection

A web application that shows my personal book collection, using Vue.

Available Scripts

Install the dependencies:

npm install

then start the development server:

npm run dev

Navigate to localhost:5173. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

Building

To create an optimised version of the app:

npm run build

Builds the app for production to the build folder.
It correctly bundles the application in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

You can preview the production build with npm run preview.

About

A web application that shows my personal book collection, using Vue.


Languages

Language:Vue 83.6%Language:TypeScript 6.0%Language:CSS 5.5%Language:HTML 2.6%Language:JavaScript 2.3%