Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oli-moreau/pagecraft
Quickly create websites with PageCraft's intuitive and simple page builder.
https://github.com/oli-moreau/pagecraft
Last synced: about 2 months ago
JSON representation
Quickly create websites with PageCraft's intuitive and simple page builder.
- Host: GitHub
- URL: https://github.com/oli-moreau/pagecraft
- Owner: oli-moreau
- Created: 2023-06-13T10:07:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-14T16:40:47.000Z (over 1 year ago)
- Last Synced: 2023-10-16T19:35:07.011Z (about 1 year ago)
- Language: Vue
- Size: 13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PageCraft
PageCraft is a Vue 3 project whose objective is to quickly build a simple landing page or wireframe. It is designed with a simple and intuitive drag and drop system.
It is an ongoing and unfinished project that I develop as I am learning Vue.
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```