c3273ef6b7
921438: Dependabot issue |
||
---|---|---|
public | ||
src | ||
tests/unit | ||
.browserslistrc | ||
.eslintrc.js | ||
.gitignore | ||
README.md | ||
babel.config.js | ||
jest.config.js | ||
package.json | ||
tsconfig.json | ||
vue.config.js |
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.