A simple dinosaur info app to show dino data in form of table using ag-grid and related libraries.
This repository would have some solutions of data structures and algorithm related problems using Vue JS components.
- Vue 3
- Vite
- JavaScript (ES6+)
- HTML5
- CSS3
Test cases are written using Vitest framework. Install the related dependencies for the testing framework and tweak vite config settings.
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
test: {
environment: 'happy-dom',
},
server: {
port: 8080
}
})
- v1.0.0: Initial release with basic functionality.
- v1.1.0: Added new features and improved performance.
Thank you for exploring the Vue Dino App! Feel free to contribute or provide feedback to help improve the project. If you liked this project consider giving it a ⭐
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.