GithubHelp home page GithubHelp logo

use-resizable's Introduction

๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ Introduce

  • ์›น ํ”„๋ก ํŠธ์—”๋“œ/Node.js ๊ฐœ๋ฐœ์ž ๊ฐ•๋ฏผ์šฐ์ž…๋‹ˆ๋‹ค.
  • ์ทจ๋ฏธ๋Š” ํฌ๋กค๋ง/์ž๋™ํ™”์ž…๋‹ˆ๋‹ค. ๊ท€์ฐฎ๊ณ  ๋ถˆํŽธํ•œ๊ฑด ๋ฐ”๋กœ ์ฝ”๋“œ๋กœ ์ž‘์„ฑํ•ฉ๋‹ˆ๋‹ค.
  • ํƒ€์ž…์Šคํฌ๋ฆฝํŠธ๋ฅผ ๋นก์„ธ๊ฒŒ ์ž‘์„ฑํ•ด์„œ ์“ฐ๋Š” ๊ณณ์—์„  ์šฐ์•„ํ•˜๊ฒŒ ์‚ฌ์šฉํ•˜๊ธธ ์ข‹์•„ํ•ฉ๋‹ˆ๋‹ค. any ๋ณด๋‹ค๋Š” unknown, never๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.
  • ๊ฐœ๋ฐœ ํ”„๋กœ์„ธ์Šค์—์„œ ์ œ์ผ ์ค‘์š”ํ•œ๊ฑด ์ฝ”๋“œ๋ฆฌ๋ทฐ๋ผ๊ณ  ์ƒ๊ฐํ•ฉ๋‹ˆ๋‹ค. ๋‚ด๊ฐ€ ์ž‘์„ฑํ•œ ์ฝ”๋“œ๋„ ๋‚จ์ด ์ž‘์„ฑํ–ˆ๋‹ค๊ณ  ์ƒ๊ฐํ•˜๊ณ  ๋‚จ์ด ์ž‘์„ฑํ•œ ์ฝ”๋“œ๋„ ์–ธ์  ๊ฐ€ ๋‚ด๊ฐ€ ๋งก์„ ์ˆ˜ ์žˆ๋‹ค๋Š” ๋‹ค์ง์œผ๋กœ ๋ฆฌ๋ทฐ๋ฅผ ํ•ฉ๋‹ˆ๋‹ค
  • ๋ฆฌ์•กํŠธ, ๋ทฐ๋„ ์ข‹์ง€๋งŒ DOM์„ ์ œ๋Œ€๋กœ ๋‹ค๋ฃจ๋Š”๊ฒŒ ์ค‘์š”ํ•˜๋‹ค๊ณ  ์ƒ๊ฐํ•ฉ๋‹ˆ๋‹ค. ๊ทธ๋Ÿฐ ์ด์œ ๋กœ ์š”์ฆ˜ custom element์™€ lit์„ ๊ด€์‹ฌ์žˆ๊ฒŒ ๋ณด๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.
  • div๋ž‘ span ๋‚จ๋ฐœํ•˜๋Š”๊ฑฐ ์ข‹์•„ํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. ํผ ์š”์†Œ์™€ css๋ฅผ ์ด์šฉํ•ด์„œ ์ธํ„ฐ๋ ‰์…˜ ๊ตฌํ˜„์„ ์ข‹์•„ํ•ฉ๋‹ˆ๋‹ค. ๋งˆํฌ์—…์€ ์ง์ ‘ํ•˜๋Š”๊ฒŒ ์ ์„ฑ์— ๋งž์Šต๋‹ˆ๋‹ค.

๐Ÿข Career

๐Ÿซ Academic background

๐Ÿ“ Articles

๐Ÿ”ง Technology Stack

javascript typescript React Vuejs Nodejs HTML CSS

use-resizable's People

Contributors

minuukang avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

wittech

use-resizable's Issues

Missing compiled dist files

Hi, the npm package doesn't ship with the index.js file referenced by the package.json, may you publish a new release with the file please?

The automated release is failing ๐Ÿšจ

๐Ÿšจ The automated release from the master branch failed. ๐Ÿšจ

I recommend you give this issue a high priority, so other packages depending on you could benefit from your bug fixes and new features.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. Iโ€™m sure you can resolve this ๐Ÿ’ช.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the master branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here is some links that can help you:

If those donโ€™t help, or if this issue is reporting something you think isnโ€™t right, you can always ask the humans behind semantic-release.


No npm token specified.

An npm token must be created and set in the NPM_TOKEN environment variable on your CI environment.

Please make sure to create an npm token and to set it in the NPM_TOKEN environment variable on your CI environment. The token must allow to publish to the registry https://registry.npmjs.org/.


Good luck with your project โœจ

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€

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.