cron parser. cron is awesome
npm install awesome-croncron parser. cron is awesome
```
npm install awesome-cron
`js
import { createApp } from "vue";
import cron from "awesome-cron";
const app = createApp(App);
app.use(cron);
app.mount("#app");
`
After the installation, you can use all the components in your SFC like this.
Both and are available
`html`
or
`html`
#### Import Directly
`html
``