Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```