回答編集履歴
1
リンクの追加
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
vue.jsを採用しているOSS検索結果
|
2
|
-
https://github.com/search?q=language%3Avue&ref=simplesearch
|
2
|
+
[https://github.com/search?q=language%3Avue&ref=simplesearch](https://github.com/search?q=language%3Avue&ref=simplesearch)
|
3
3
|
|
4
4
|
大概はsrc/components/辺りにコンポーネントがまとめられています。
|
5
5
|
それをsrc/pages辺りにあるページ用のコンポーネントから読み込んで使っている感じです。
|