1.2.0 • Published 1 year ago

create-soft-app v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Create-soft-app

Soft is Easy To Use javascript library for Creating Single Page Applications.

Soft Features

  • 😋 Soft doesn't Require any javascript Bundlers (Webpack, Rollup, Vite, etc...).
  • 🔥 Fast and Fully Reactive Web Components.
  • 👌 SPA (Single Page Applications) Made Easy.
  • 💪 Powerful And Easy To Use State Management.

Installation

npm

  npx create-soft-app@latest

  cd <App Name>
  npm Install
  npm run dev

cdn

  • Global Scope
    <script src="https://cdn.jsdelivr.net/npm/create-soft-app@latest/dist/Soft.js"></script>
    OR
    <script src="https://cdn.jsdelivr.net/npm/create-soft-app@latest/dist/Soft.min.js"></script>
  • ESM
    import { Component, CreateBrowserRouter, CreateStore } from "https://cdn.jsdelivr.net/npm/create-soft-app@latest/dist/Soft.esm.js"
    OR
    import  { Component, CreateBrowserRouter, CreateStore } from "https://cdn.jsdelivr.net/npm/create-soft-app@latest/dist/Soft.esm.min.js"

License

MIT

1.2.0

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago