瀏覽代碼

ajustes git

Victor Luiz Domingues 4 年之前
父節點
當前提交
b3d04f2389
共有 2 個文件被更改,包括 13 次插入3 次删除
  1. 3 1
      .gitignore
  2. 10 2
      README.md

+ 3 - 1
.gitignore

@@ -1,4 +1,6 @@
 node_modules
 dist
 .webpack
-package-lock.json
+package-lock.json
+main.js
+src/main.js

+ 10 - 2
README.md

@@ -1,9 +1,17 @@
 # i**Geom** Web
+
 ## Instalação
+
 ```
 npm install
 ```
+
+```
+npm run build
+```
+
 ## Executar
-Execute no navegador o arquivo 
-> index.html
 
+Execute no navegador o arquivo
+
+> src/index.html