A floor plan is a type of drawing that shows you the layout of a home or property from above. The floor plan may depict an entire building, one floor of a building, or a single room. It may also include measurements, furniture, appliances, or anything else necessary to the purpose of the plan.
Перейти к файлу
shyamg1991 c3273ef6b7
Merge pull request #23 from syncfusion/EJ2-921438-depBot
921438: Dependabot issue
2024-11-15 16:54:54 +05:30
public EJ2-65096-floorplanner vue 2023-02-09 14:48:58 +05:30
src 913515: Update App.vue 2024-10-10 19:09:46 +05:30
tests/unit EJ2-65096-floorplanner vue 2023-01-18 20:20:51 +05:30
.browserslistrc EJ2-65096-floorplanner vue 2023-01-18 20:20:51 +05:30
.eslintrc.js EJ2-65096-floorplanner vue 2023-01-18 20:20:51 +05:30
.gitignore EJ2-65096-floorplanner vue 2023-01-18 20:20:51 +05:30
README.md EJ2-floor planner in vue 2023-02-10 11:52:28 +05:30
babel.config.js EJ2-65096-floorplanner vue 2023-01-18 20:20:51 +05:30
jest.config.js EJ2-65096-floorplanner vue 2023-01-18 20:20:51 +05:30
package.json EJ2-65096-floorplanner vue 2023-01-18 20:20:51 +05:30
tsconfig.json EJ2-65096-floorplanner vue 2023-01-18 20:20:51 +05:30
vue.config.js EJ2-65096-floorplanner vue 2023-01-18 20:20:51 +05:30

README.md

ej2-vue-floor-planner

A floor plan is a type of drawing that shows you the layout of a home or property from above. The floor plan may depict an entire building, one floor of a building, or a single room. It may also include measurements, furniture, appliances, or anything else necessary to the purpose of the plan.

Prerequisite 

Install Node version - 14.15.1 from https://nodejs.org/en/download/

To Install all packages

Use the below command to install all dependent packages.

npm install

To Run the application

Run npm run serve for a dev server. Navigate to http://localhost:8080/. The application will automatically reload if you change any of the source files.