Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fireyy/piper

Repository files navigation


Live Demo

A drag-and-drop mobile website builder base on Vue.

Install

npm install

Config

First of all,create a database piper in PostgreSQL, MySQL, SQLite or MSSQL.

Then set up .env file with your:

  • Database connection details
  • Qiniu SDK config
  • Github CLIENT_ID and CLIENT_SECRET
cp env.sample .env

Develop

npm run dev

A message about px to rem

// `px` is converted to `rem`
.convert {
 font-size: 16px; // converted to 1rem
}
// `Px` or `PX` is ignored by `postcss-pxtorem` but still accepted by browsers
.ignore {
 border: 1Px solid; // ignored
 border-width: 2PX; // ignored
}

Changelog

1.0.5

About

A drag-and-drop mobile website builder base on Vue

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /