Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
JannekeDL 167d74253a Max/min price placeholder amended il y a 5 ans
public Merge issues il y a 5 ans
src Max/min price placeholder amended il y a 5 ans
.browserslistrc Add project files il y a 5 ans
.editorconfig Add project files il y a 5 ans
.eslintrc.js Add project files il y a 5 ans
.gitignore Bid Offer screens il y a 5 ans
README.md User log il y a 5 ans
package-lock.json User log il y a 5 ans
package.json User log il y a 5 ans
postcss.config.js Add project files il y a 5 ans
vue.config.js Timeshare - changed so that buy only displays avail il y a 5 ans

README.md

UnivateProperties

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Structure

├── index.html ├── main.js ├── assets │ └── staticData │ ├── alertTypes.js │ ├── itemsPerPage.js │ ├── maritalStatus.js │
├── components │ ├── App.vue │ └── … └── store ├── index.js # where we assemble modules and export the store ├── actions.js # root actions ├── mutations.js # root mutations └── modules ├── cart.js # cart module └── products.js # products module