4house-libts-places-autocomplete 中文文档教程
4house-libts-places-autocomplete
Datapi WEB
Available Scripts
在项目目录下,可以运行:
npm install
安装所有依赖。
npm start
运行开发服务器。 在浏览器中打开http://localhost:8000/public即可查看。
npm test
运行单元测试。
npm run build
构建组件。
Example usage
<div style="width: 98vw; height: 50vh; position: relative">
<h4-simplemap
lat="50"
lng="16"
zoom="12"
title-point="Byt na prodej"
transaction="SELL"
layers="shopandeat.artandentertainment,school.middle"
/>
</div>
4house-libts-places-autocomplete
Datapi WEB
Available Scripts
In the project directory, you can run:
npm install
Installs all dependencies.
npm start
Runs development server. Open http://localhost:8000/public to view it in the browser.
npm test
Runs unit tests.
npm run build
Builds the component.
Example usage
<div style="width: 98vw; height: 50vh; position: relative">
<h4-simplemap
lat="50"
lng="16"
zoom="12"
title-point="Byt na prodej"
transaction="SELL"
layers="shopandeat.artandentertainment,school.middle"
/>
</div>