Giter Club home page Giter Club logo

frontend-handbook's Introduction

Frontend Handbook

This Handbook should be the starting point for any new team members. It provides an overview our roles, our team norms, and details of our processes.

"A true thing, poorly expressed, is a lie." โ€” Stephen Fry

https://frontend.handbook.soramitsukhmer.com/

Development

This section will help you build a basic VitePress documentation site.

Warning: VitePress is currently in alpha status. It is already suitable for out-of-the-box documentation use, but the config and theming API may still change between minor releases.

Boot up dev environment

Serve the documentation site in the local server.

yarn docs:dev

VitePress will start a hot-reloading development server at http://localhost:3000.

See https://vitepress.vuejs.org/guide/getting-started.html for more information.

Helpful resources

Contributing
Code of conduct
GitHub Community Guidelines

frontend-handbook's People

Contributors

socheatsok78 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

frontend-handbook's Issues

[Volar] Define Global Components

Define Global Components

declare module 'vue' {
  interface ComponentCustomOptions { }
  interface ComponentCustomProperties { }
  interface GlobalComponents { }
  interface GlobalDirectives { }
}
  • ComponentCustomOptions : Component custom options when you defineComponent, eg: onBeforeRouteUpdate
  • ComponentCustomProperties : Custom vm properties available on the componentInstance, eg: $router
  • GlobalComponents : Components added to the app/global, available on every component (render), eg: router-view
  • GlobalDirectives : Directives defined to the app/global, available on every component (render), eg: v-tooltip

References:

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.