Code Monkey home page Code Monkey logo

vue3-learning's Introduction

vue3-learning

Learning VUE3 step by step with online tutorial: https://laracasts.com/series/learn-vue-3-step-by-step/

The code base is divide into 2 sections:

Section 1

Basic Vue, introduction to the fundamental of Vue. Vue & Tailwind are pulled as CDN

Start app:

  1. start client: npm run start:client
  2. start server: npm run start:server
  3. start the server and the client in a single command: npm run start

Tools:

  1. tailwind.css -> for styling

  2. json-server -> for mocking simple BE to simulate data fetching

    • run json-server: npx json-server [fileName] -p [customPortNum]

Section 2

Build a website using Vue with Vite.

  • For now only the basics so to keep it simple TS, JSX, test tools (unit & UI) are not covered
  • The code base is in vue-project directory
  • Different approaches to state management:
    • using local-storage
    • use global store file
    • use global store tool - pinia (official Vue state management tool)

vue3-learning's People

Contributors

b-asaf avatar

Watchers

 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.