Giter Site home page Giter Site logo

windife's Introduction

Windife made with Nuxt 3


🧪 Working in Progress

Features

  • extendable editor: A rich-text editor can be used with multiple tools you customize. Default support: headers, list, code, raw html,

  • speech recognition

  • Web, Desktop, Mobile. Use it anywhere you want to.

  • Client-side & Server-side rendering. 💚 Nuxt 3 You can host by your own or build it with electron.

  • sqlite - Using pocketbase to utilize the data flexibility of sqlite & migrate your dat a to everywhere!

  • server all module. 你可以将从数据库服务,到后端,到前端,全分离部署

  • 🏎 Zero-config cloud functions and deploy.

  • 🦾 TypeScript, of course.

Plugins

Try it now!

Online

Local

git clone https://github.com/dicarbene/windife
cd my-nuxt3-app
pnpm i # If you don't have pnpm installed, run: `npm install -g pnpm`

vi .env # provide your database path
DATABASE_URL="file:../windife.db" 

npx prisma db push # push your db schema to your .db file if .db file don't exist. 

pnpm dev # For development
pnpm build && pnpm start # For web production
# Remember to have a sqlite file for production as well
# run this command if you are using previous relative path for .env
# `cp windife.db .output/server/node_modules/.prisma`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.