|
12345678910111213141516171819202122232425 |
- # LessPass Pure
-
- LessPass pure html, js and css component used in the web extension and the frontend app.
-
- ![LessPass Component](screenshot.png?raw=true "Demo")
-
- # Install
-
- npm install lesspass-pure
-
- # Test
-
- npm run dev
-
- open [http://localhost:8080/webpack-dev-server/](http://localhost:8080/webpack-dev-server/)
-
- # Build
-
- npm run build
-
- # Run
-
- npm start
-
- see [LessPass](https://github.com/lesspass/lesspass) project
|