Coder Social home page Coder Social logo

learn-agenda's Introduction

Learn: Agenda

Built with Vite + Vue 3 + TypeScript + Tailwind

See demo

Requirements

Initial setup

Run npm ci, it will download all required packages under node_modules directory

Development

Run npm run dev, app will be available at localhost:8080

Lint

  • Run npm run lint, errors and warns will be pointed in terminal if they exists
  • Run npm run lint:fix, eslint will try to fix all errors and warns and point the ones it couldn't fix

Production

Run npm run build and files will be at dist folder

Results

What I learnt?

  • Bootstraping with Vite + Vue 3
  • Usage of TailwindCSS
  • Vue 3 Composition API
  • Better cookie/localStorage data store
  • Usage of VeeValidate

What I will try to do henceforth?

Use Vite + Vue 3

Best stack, ever! Vite is super fast.

Use Vue 3 Composition API

The Composition API seems very interesting about the fact when coding a Vue component you are not limited to use the code just inside it, you can reuse it outside or even reuse between components in a ES module-like style.

Better organization of tasks and todos

For the next "learn" projects I will describe all tasks and todos before even coding. If it is possible, I could even make documents about it.

What I will consider not doing anymore?

Using TailwindCSS for large projects

It seems attractive in the start, but when the UI gets more complicated you get yourself again in the need for mastering a framework, not the usual HTML/CSS stuff.

Use cookies when not necessary

If I have a single application using this shared/commom user data, there is no need to use cookies.

learn-agenda's People

Contributors

sasknot avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.