Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

튜토리얼 설명이 이해하기 약간 어렵습니다 #165

Closed
jason9693 opened this issue Oct 17, 2017 · 2 comments
Closed

튜토리얼 설명이 이해하기 약간 어렵습니다 #165

jason9693 opened this issue Oct 17, 2017 · 2 comments

Comments

@jason9693
Copy link

jason9693 commented Oct 17, 2017

예제에서 html문에

<script src="billboard.js"></script>
<link rel="billboard.css">

라고 명기해 놨는데 예를들면, 노드에서는

<script src="/node_modules/billboard.js/dist/billboard.js"></script>
<link rel="stylesheet" href="/node_modules/billboard.js/dist/billboard.css">

라고 표시하는식으로 좀 구체적으로 어디서 어떤 파일을 링크시켜야 하는지 알려줄 필요성이 있고,

또 ,
var chart = bb.generate({ ...
같은경우는 bb가 도대체 뭔지, 만약 import 시켜야 할 것이 있다면
var bb =require('billboard'); 같은 좀더 구체적인 설명이 필요해 보입니다.

[참조]
https://realm.io/docs/javascript/latest/ -> 이곳의 getting started 파트

@netil
Copy link
Member

netil commented Oct 17, 2017

Thanks for the suggestion, but I don't think the doc is weak.
The file path can differ depending on the user's environment. I think this is really 'basic' knowledge without the detailed clarification.

Anyway, I'll try to add some more details on that.

@netil netil closed this as completed Oct 17, 2017
netil added a commit that referenced this issue Oct 17, 2017
- clarify file path
- add ESM import description

Fix #165
Close #168
@Rocher0724
Copy link

bb가 billboard 인걸 이제야알았습니다...

@jason9693 jason9693 changed the title 튜토리얼 설명이 너무 부실합니다. 튜토리얼 설명이 이해하기 약간 어렵습니다 Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants