Przeglądaj źródła

add rule of thumb to dist file readme

Evan You 9 lat temu
rodzic
commit
99251ec59e
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      dist/README.md

+ 2 - 0
dist/README.md

@@ -1,5 +1,7 @@
 ## Explanation of Build Files
 
+> A rule of thumb: files that end in `common.js` are meant for built tools, files that do not end in `common.js` are meant for direct browser usage.
+
 - ### vue.js
 
   The full (compiler-included) browser build. This is the build you can just include with a script tag: