Table of Contents
Website of La Fée Des Cailloux entreprise presenting all products made by the entreprise.
- Home page
- Presentation
- Products
- Contact
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
- Clone the project
git clone https://github.com/LaFeeDesCailloux/Website
cd website
- Install dependencies
npm install
- Start the server
npm run serve
The server should start on localhost:8080.
To deploy this project run
npm run build
A new dist
folder will appear containing the entire compiled website.
- Create VueJS project
- Add homepage
- Add my work pages
- "Chemins de vie"
- "Bracelets thérapeutiques"
- "Pendules"
- "Pendentifs et Colliers"
- "Druses et Géodes"
- "Pierres roulées"
- Add "Entretenir ses pierres"
- Add contact page
- Deploy on Cloudflare