This repository has been archived on 2025-10-10 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
cfdab5b7a487bfb21afee11f1443feefb67701a8
sm.remove(), function now find the value's nested path, created utils.ts.
Created the `sm.remove()` function that, as its name implies, removes a value inside of LocalStorage's data; Functions on StorageManagement now uses the nested path to locate a value on the LocalStorage; Added description to `sm.get()`; Created `utils.ts` for common functions/utilities;
Build Setup
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build:start
# generate static project
$ npm run generate
For a detailed explanation of Nuxt.js, check the documentation.
Languages
Vue
68.9%
TypeScript
16.9%
SCSS
7.8%
JavaScript
5.5%
CSS
0.9%